UNPKG

317 BTypeScriptView Raw
1import { IModulePatcher } from "diagnostic-channel";
2export interface IWinstonData {
3 message: string | Error;
4 meta: any;
5 level: string;
6 levelKind: string;
7}
8export declare const winston3: IModulePatcher;
9export declare const winston2: IModulePatcher;
10export declare function enable(): void;