petergits
this is the first checkin, probably don't need the node modules.
a811242
declare function mod(number: number, modulo: number): number;
export = mod;