1 | export const BOLD: symbol;
|
2 | export const UNBOLD: symbol;
|
3 | export const BLUE: symbol;
|
4 | export const GREY: symbol;
|
5 | export const GREEN: symbol;
|
6 | export const RED: symbol;
|
7 | export const PURPLE: symbol;
|
8 | export const ORANGE: symbol;
|
9 | export const UNCOLOR: symbol;
|
10 | export function computeNoColorLoggingArgs(args: Array<string | Symbol | Object | number>): Array<string | object | number>;
|
11 | export function createModuleLogger(_print: (...args: any[]) => void, moduleName: string): (...args: any[]) => void;
|
12 |
|
\ | No newline at end of file |