fileUrl.d.ts 67 B

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