calculater_function

1.0.1 • Public • Published

let sum = (a,b)=>{ return a+b } let sub = (a,b)=>{ return a-b } let div = (a,b)=>{ return a/b } let mult = (a,b)=>{ return a*b }

module.exports = { sum:sum, sub:sub, div:div, mult:mult }

Readme

Keywords

none

Package Sidebar

Install

npm i calculater_function

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

982 B

Total Files

4

Last publish

Collaborators

  • akhilbalan