index.d.ts 238 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 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, };