11sepnode2
v1.0.0
Published
test
Readme
Introduction
This is my test package for calculator.
Installation
npm i 11sepnode2--saveUsage
Just follow the following steps to use this package.
const calc= require('11sepnode2')
const c1= new calc();
console.log(c1.Add(1,2));
--Output
3
Version History
- Initial 1.0.0
