GoScrobble/web/node_modules/workbox-navigation-preload/disable.d.ts

9 lines
210 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
import './_version.js';
/**
* If the browser supports Navigation Preload, then this will disable it.
*
* @memberof module:workbox-navigation-preload
*/
declare function disable(): void;
export { disable };