cmux/node_modules/file-uri-to-path/index.d.ts
2026-01-29 17:36:26 -08:00

2 lines
77 B
TypeScript

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