GT2/GT2-iOS/node_modules/file-uri-to-path/index.d.ts
2018-02-12 17:26:06 +00:00

2 lines
77 B
TypeScript

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