Files
tasq/node_modules/file-uri-to-path/index.d.ts
T
2026-04-09 19:01:53 +08:00

3 lines
77 B
TypeScript

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