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

10 lines
244 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
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 };