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) 217 B
import { IModulePatcher } from "diagnostic-channel"; export interface IBunyanData { level: number; result: string; } export declare const bunyan: IModulePatcher; export declare function enable(): void;