@jrbalbin/super-coolest-calculator-ever
v1.2.2
Published
This is the coolest and the best calculator out there. Can handle crazy calculations.
Downloads
99
Maintainers
Readme
Super 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 @jrbalbin/super-coolest-calculator-everHow to use
const { add } = require('@jrbalbin/super-coolest-calculator-ever');
console.log(add(5, 10)); // 15