prefetch.d.ts 75 B

123
  1. declare function prefetch(url: string): Promise<void>;
  2. export = prefetch;