mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 12:49:32 +08:00
8 lines
203 B
Text
8 lines
203 B
Text
import './_version.js';
|
|
/**
|
|
* If the browser supports Navigation Preload, then this will disable it.
|
|
*
|
|
* @memberof workbox-navigation-preload
|
|
*/
|
|
declare function disable(): void;
|
|
export { disable };
|