index.d.ts 79 B

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