UNPKG

math-intrinsics

Version:

ES Math-related intrinsics and helpers, robustly cached.

3 lines (2 loc) 76 B
declare function mod(number: number, modulo: number): number; export = mod;