2025-03-24 22:56:10 +01:00

3 lines
77 B
TypeScript

declare function fileUriToPath(uri: string): string;
export = fileUriToPath;