UNPKG

ethiopic-js

Version:

Converts Ethiopian calendar dates into Gregorian and vice versa.

6 lines (5 loc) 150 B
// modulo (%) for non integer numbers const mod = (amount, numerator) => amount - numerator * Math.floor(amount / numerator) export { mod }