1.0.4 • Published 9 years ago

hwrld-ts v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

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

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago