Files

3 lines
77 B
TypeScript
Raw Permalink Normal View History

2026-04-07 05:05:28 +05:30
declare function fileUriToPath(uri: string): string;
export = fileUriToPath;