1.0.2 • Published 7 years ago

npmtestingjasw v1.0.2

Weekly downloads
2
License
UNLICENSED
Repository
-
Last release
7 years ago

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(addsub-package(3,4)); // 7

License

Apache 2.0