my-calc-app

0.2.0 • Public • Published

My Calc App

This is a simple calc app.

API

  • add(, y) - Add a number
  • sub(, y) - Sub a number
  • mul(, y) - Mul a number
  • div(, y) - Div a number

Usage

var calc = require('my-calc-app');
console.log(calc.add(1,2))

Readme

Keywords

none

Package Sidebar

Install

npm i my-calc-app

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • arvindr21