UNPKG

diagnostic-channel-publishers

Version:

A collection of pre-built module patches that enable existing npm modules to publish diagnostic data

8 lines (7 loc) 223 B
import { IModulePatcher } from "diagnostic-channel"; export interface IConsoleData { message: string; stderr?: boolean; } export declare const console: IModulePatcher; export declare function enable(): void;