add-numbers-demo
v0.1.0
Published
Add Numbers
Downloads
4
Readme
Number Formatter
A small library that adds two numbers
Installation
npm install @mahesh-npm/add-numbers-demo
Usage
var addNumbers = require('@mahesh-npm/add-numbers-demo');
var addedNumber = addNumbers(1,2);Output should be 3
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
