1.0.2 • Published 4 years ago

@vemuruadi/node-lib-ts v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Node Module Starter with Typescript

Starter for Node.js libraries with TypeScript, building with rollup, tests with Jest and lingting.

Using the Library

Install the package from npm

npm install @vemuruadi/node-lib-ts

or

yarn add @vemuruadi/node-lib-ts

Import and use

import { nodeLibSum } from '@vemuruadi/node-lib-ts';

const sum = nodeLibSum(4,5);
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago