disable.d.ts 210 B

12345678
  1. import './_version.js';
  2. /**
  3. * If the browser supports Navigation Preload, then this will disable it.
  4. *
  5. * @memberof module:workbox-navigation-preload
  6. */
  7. declare function disable(): void;
  8. export { disable };