GT2/Ejectable/node_modules/file-uri-to-path/index.d.ts
2021-08-16 00:14:59 +00:00

2 lines
77 B
TypeScript

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