1.0.1 • Published 7 years ago

app-npm v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Math Operation

A small library that to do addition

Installation

npm install app-npm

Usage

var math = require('app-npm');

var result = math.add(5,4);

Output should be 9

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.

1.0.1

7 years ago

1.0.0

7 years ago