Ethan-Chew / is-Modulo

Returns the remainder of two numbers.

Home Page:https://www.npmjs.com/package/ismodulo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-Modulo

Returns the remainder of two numbers.

Install

Install with npm

npm install --save isModulo

Usage

Works with strings or numbers.

const isModulo = require('isModulo');

console.log(isModulo(6, 2)); //-- 0
console.log(isModulo(4, 3)); //-- 1

License

Copyright © 2021, Ethan Chew. Released under the MIT License.

This is a joke

About

Returns the remainder of two numbers.

https://www.npmjs.com/package/ismodulo

License:MIT License


Languages

Language:JavaScript 100.0%