1.3.1 • Published 3 years ago
mymathify v1.3.1
About the package
This is a simple to use math package that allows you to perform basic math operations in your application with just a single line.
Installation
npm install mymathify
How to use
const math = require("mymathify");
const result = math.add(10, 5);