@vemuruadi/node-lib-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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);

Package Sidebar

Install

npm i @vemuruadi/node-lib-ts

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

2.44 kB

Total Files

8

Last publish

Collaborators

  • vemuruadi