fileUrl.d.ts 67 B

123
  1. declare function fileUrl(path: string): string;
  2. export = fileUrl;