@sivaorg/add_siva
v1.2.5
Published
different name given for modulw
Downloads
4
Readme
Test package . This adds two numbers and consoles the output to user.
###Installation
npm install add_siva
###using in code
var add = require('add_siva');
add.summation(1,2);###output
sum of 1 and 2 is 3
