UNPKG

gl2d

Version:

2D graphics package for WebGL

7 lines (6 loc) 245 B
export declare const ArgbRegex: RegExp; export declare function pad(str: string): string; /** * Returns a random integer between min (inclusive) and max (inclusive) */ export declare function randomInt(min: number, max: number): number;