2 lines
123 B
TypeScript
2 lines
123 B
TypeScript
export declare function removeISODate(str: string): string;
|
|
export declare function sanitizeTestLogs(str: string): string;
|