mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-20 19:19:13 +08:00
9 lines
237 B
Text
9 lines
237 B
Text
import './_version.js';
|
|
/**
|
|
* @return {boolean} Whether or not the current browser supports enabling
|
|
* navigation preload.
|
|
*
|
|
* @memberof workbox-navigation-preload
|
|
*/
|
|
declare function isSupported(): boolean;
|
|
export { isSupported };
|