UNPKG

@evojs/logger

Version:
5 lines (4 loc) 316 B
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;