@evojs/logger
Version:
Nodejs logger
5 lines (4 loc) • 316 B
TypeScript
export declare function cleanText(text: string): string;
export declare function floatRight(maxLength: number, leftText: string, rightText?: string): string;
export declare function resolveSeparators(text: string, separator: string, lineLength: number): string;
export declare function toJson(data: object): string;