Licence
MIT
Version
1.0.0
Deps
0
Size
869 B
Vulns
0
Weekly
0
substract-two-numbers
simple demo library to subtract two numbers
Installation
Just make sure you have installed Node.js on your machine and run the following command:
npm install
const result = require('substract-two-numbers')
console.log(result(5,2))
//expected result 3