index.d.ts 77 B

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