@jsstrn/math

1.1.0 • Public • Published

Math

A simple math library

Install

npm install @jsstrn/math

Usage

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

API

math.add(number, number)

Publish or update package on npm

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

Readme

Keywords

Package Sidebar

Install

npm i @jsstrn/math

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

1.34 kB

Total Files

4

Last publish

Collaborators

  • jsstrn