UNPKG

223 BTypeScriptView Raw
1import { IModulePatcher } from "diagnostic-channel";
2export interface IConsoleData {
3 message: string;
4 stderr?: boolean;
5}
6export declare const console: IModulePatcher;
7export declare function enable(): void;