UNPKG

winston-format-debug

Version:
5 lines (4 loc) 300 B
export declare function lpad(str: any, count: number, fill?: string): any; export declare function rpad(str: any, count: number, fill?: string): any; export declare function applyColors(message: string, colorList: string | string[]): string; export declare function dateToString(date: Date): string;