maxy
v1.0.3
Published
A Node.js package that does simple arithmetic addition and subtraction. ## Usage First, install the package using npm npm install addsub-package --save Next, require the package and use it as: [Comment: Please check this sentence] var isN
Downloads
2
Readme
addsub-package
A Node.js package that does simple arithmetic addition and subtraction.
Usage
First, install the package using npm npm install addsub-package --save Next, require the package and use it as: [Comment: Please check this sentence] var isNullOrEmpty = require('addsub-package'); console.log(isNullOrEmpty(3,4)); // 7
License
Apache 2.0