mynodepkg
v1.0.0
Published
My test package
Downloads
2
Readme
Introduction
This is my package for adding two numbers
##Installation
npm install mynodepkg
Usage
const mynode = require('mynodepkg');
let result = mynode.add(2,3);
consloe.log(result);
output
5
release History
- Initial Release 1.0.0