num-diff
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

num-diff Travis CI Build Status

Find the difference between 2 numbers.

NPM Badge

Install

npm install num-diff

Usage

const numberDiff = require("num-diff");

numberDiff(2, 5);
//=> 3

API

numberDiff(a, b)

Package Sidebar

Install

npm i num-diff

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

2.68 kB

Total Files

6

Last publish

Collaborators

  • richienb