cc-ts-lib-tutorial
v1.0.4
Published
A simple TypeScrtipt library example
Readme
tutorial_typescript_library
A simple TypeScrtipt library example
Compile and publish
tsc
npm publishUsage
Add dependency
npm install --save cc-ts-lib-tutorialuse it like this:
import { sayHello } from 'cc-ts-lib-tutorial';
sayHello();Created using https://www.tsmean.com/articles/how-to-write-a-typescript-library/
