📄 disable.d.ts
/home/palash/git/site/node_modules/workbox-navigation-preload/disable.d.ts
Language: ts • Lines: 8
import './_version.js';
/**
 * If the browser supports Navigation Preload, then this will disable it.
 *
 * @memberof workbox-navigation-preload
 */
declare function disable(): void;
export { disable };