Files
feedstr.live/node_modules/workbox-navigation-preload/disable.d.ts
T
2023-11-25 18:12:47 -05:00

9 lines
203 B
TypeScript

import './_version.js';
/**
* If the browser supports Navigation Preload, then this will disable it.
*
* @memberof workbox-navigation-preload
*/
declare function disable(): void;
export { disable };