utils.d.ts 170 B

12345
  1. export declare const inBrowser: boolean;
  2. /**
  3. * Converts a url path to the corresponding js chunk filename.
  4. */
  5. export declare function pathToFile(path: string): string;