baxti_npm_test
v1.0.3
Published
this is just a test for creating and publishing npm library
Downloads
1
Readme
My Library
Installation
npm install baxti_npm_test
// usage const { add, subtract } = require('my-library');
console.log(add(2, 3)); // 5 console.log(subtract(5, 3)); // 2