UNPKG

217 BTypeScriptView Raw
1import { IModulePatcher } from "diagnostic-channel";
2export interface IBunyanData {
3 level: number;
4 result: string;
5}
6export declare const bunyan: IModulePatcher;
7export declare function enable(): void;