436a9631fc
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3 lines
155 B
TypeScript
3 lines
155 B
TypeScript
export declare function sanitizeFileName(s: string, normalizeNfd?: boolean): string;
|
|
export declare function getCompleteExtname(filename: string): string;
|