index.d.ts 77 Bytes
Newer Older
1 2
declare function fileUriToPath(uri: string): string;
export = fileUriToPath;