1.0.4 • Published 8 years ago
hwrld-ts v1.0.4
A Sample Type Script Library
Refering @ https://www.tsmean.com/articles/how-to-write-a-typescript-library/
Install it using
npm install hwrld-ts --save
and consume it like
import {HelloWorld} from 'hwrld-ts';
HelloWorld.sayHello();
HelloWorld.sayGoodBye();
Links of interest
TypeScript Module Resolution @ https://www.typescriptlang.org/docs/handbook/module-resolution.html