UNPKG

192 BTypeScriptView Raw
1/** Prints a nicely formatted console log or error message. */
2export declare function log(level: 'info' | 'error', subject: string, message: any, other?: {
3 [name: string]: any;
4}): void;