hensei-web/node_modules/file-uri-to-path/index.d.ts
2020-09-11 06:44:42 -07:00

2 lines
77 B
TypeScript

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