1.1.0 • Published 6 years ago

nab-calculate-number v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Calculate Numbers

A small library that calculate numbers

Installation

npm install nab-calculate-number

Usage

var calculate = require('nab-calculate-number');

var result = calculate.sum(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.

1.1.0

6 years ago

1.0.0

6 years ago