1.0.0 • Published 4 years ago

calculator.javascript v1.0.0

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

What is this?

A calculator module that allows you to add numbers, subtract numbers, multiply numbers, and divide numbers!

Installation

npm i calculator --save

Then...

import { calculator as calc } from 'calculator'

calc(10, "/", 2)
1.0.0

4 years ago