hwrld-ts
v1.0.4
Published
A Sample Hello library using Type Script
Readme
A Sample Type Script Library
Refering @ https://www.tsmean.com/articles/how-to-write-a-typescript-library/
Install it using
npm install hwrld-ts --saveand 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
