@jinchengnpm/math
v1.1.0
Published
This is a maths library
Readme
This is a maths library
Install
npm install @jinchengnpm/mathUsage
const math = require('@jinchengnpm/math')
const result = math.add(3,3);API
math.add(firstNum,secondNum)
Steps to publish or update package on npm
- Edit package source code file
- Commit Changes
- Call npm version <major|minor|patch> to bump up version number.
- publish to npm with npm publish --access public
