Files
conference-room-booking-system/frontend/node_modules/workbox-navigation-preload/disable.d.ts
2025-08-20 21:01:11 -04: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 };