UNPKG

242 BTypeScriptView Raw
1export declare const DEBUG: boolean;
2export declare const log: (text: string, color?: string) => void;
3export declare const logDebug: (text: string, color?: string) => void;
4export declare const bgLog: (text: string, color?: string) => void;