1.1.0 • Published 4 years ago

@chongren/math v1.1.0

Weekly downloads
4
License
ISC
Repository
-
Last release
4 years ago

math

A simple math file

Install

npm install @chongren/math

Usage

const math = require('@chongren/math')
const result = math.add(1,1)

API

math.add(...numbers)

Publish or update package on npm

  1. Edit package
  2. Commit changes
  3. Bump up version with `npm version <major|minor|patch>
  4. Push to remote repository
  5. Publish on npm with npm publish --access public