@kazi983/the-coolest-calculator-ever
v1.1.2
Published
This is the coolest and the best calculator out there. Can handle crazy calculation ever
Readme
Coolest Calculator
This is the last calculator you'll ever want to use. Nothing is better than this. It can add, subtract, multiply, and divide.
Install
npm i @kazi983/the-coolest-calculator-everHow to use
const { add } = require(`@kazi983/the-coolest-calculator-ever`)
console.log(add(5, 10)); // 15
