sum-all
v1.0.4
Published
It is a js library for adding all the numbers passed as direct arguments to it ( not an array ).
Downloads
4
Maintainers
Readme
SumAll
It is a js library for adding all the numbers passed as direct arguments to it ( not an array ).
Installation
npm install sum-all
Usage
const Sum = require('sum-all');
console.log(Sum(1, 2)) // returns 3 ( type number )