index.d.ts 77 B

12
  1. declare function fileUriToPath(uri: string): string;
  2. export = fileUriToPath;