UNPKG

72 BTypeScriptView Raw
1declare function modulo(x: number, y: number): number;
2export = modulo;