Files
timetracker/node_modules/file-uri-to-path/index.d.ts
Felix Schlusche 9310cb2b8f Initial commit
2025-10-23 00:32:06 +02:00

3 lines
77 B
TypeScript

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