1.1.0 • Published 3 years ago

valuebound-publish-module v1.1.0

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

Simple Calculator Module

This is basically a simple calculator module.

Installation

Install via NPM:

npm install valuebound-publish-module

Usage

const calculator = require('valuebound-publish-module')

Add: calculator.add(10,20) Sustract: calculator.subtract(10,20) Muiltiplication: calculator.mul(10,20) Divison: calculator.divison(10,20)

License

This project is licensed under the terms of the MIT license. `