1.0.4 • Published 8 years ago

hwrld-ts v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago