Skip to content

leechongren/math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published