1.0.4 • Published 4 years ago

cc-ts-lib-tutorial v1.0.4

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
4 years ago

tutorial_typescript_library

A simple TypeScrtipt library example

Compile and publish

tsc
npm publish

Usage

Add dependency

npm install --save cc-ts-lib-tutorial

use it like this:

import { sayHello } from 'cc-ts-lib-tutorial';
sayHello();

Created using https://www.tsmean.com/articles/how-to-write-a-typescript-library/

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago