tiru_react
v1.1.2
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 isNullOrE
Downloads
218
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