test-project8492
v1.0.5
Published
The test-project package contain funtion to add two numbers.
Readme
The test-project package contain funtion to add two numbers.
EXMAPLE USEAGE
var addTwoNumber=require('addTwoNumber');
var sum=addTwoNumber.addTwoNumber(1,3);
}