1.0.2 • Published 4 years ago
@vemuruadi/node-lib-ts v1.0.2
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);