linx-simulator2/node_modules/file-uri-to-path/index.d.ts
2019-09-18 11:11:16 +03:00

3 lines
77 B
TypeScript

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