simple-addition-antiersolutions
v1.0.6
Published
user can pass the two numbers and it will return the addition
Downloads
3
Readme
simple-addition-antiersolutions
simple-addition-antiersolutions is a packege which returns the addition of two numbers
Installation and Usage
npm i simple-addition-antiersolutions
Example Usage
// Import The add function
const add = require("simple-addition-antiersolutions");
console.log(add(5, 6));
// Expected Output 11