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