@vemuruadi/node-lib-ts
v1.0.2
Published
Starter for Node.js libraries with TypeScript
Readme
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-tsImport and use
import { nodeLibSum } from '@vemuruadi/node-lib-ts';
const sum = nodeLibSum(4,5);