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

9 lines
238 B
TypeScript

import { disable } from './disable.js';
import { enable } from './enable.js';
import { isSupported } from './isSupported.js';
import './_version.js';
/**
* @module workbox-navigation-preload
*/
export { disable, enable, isSupported, };