cc-ts-lib-tutorial
v1.0.4
Published
A simple TypeScrtipt library example
Downloads
4
Readme
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/