UNPKG

react-mde

Version:
5 lines (4 loc) 135 B
/** * Calculates modulus, like %, except that it works with negative numbers */ export declare function mod(n: any, m: any): number;