winston-format-debug
Version:
Debug formatter for Winston
5 lines (4 loc) • 300 B
TypeScript
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;