isSupported.d.ts 244 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import './_version.js'; /** * @return {boolean} Whether or not the current browser supports enabling * navigation preload. * * @memberof module:workbox-navigation-preload */ declare function isSupported(): boolean; export { isSupported };