mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 12:49:30 +08:00
10 lines
264 B
Text
10 lines
264 B
Text
import './_version.js';
|
|
/**
|
|
* This method is deprecated, and will be removed in Workbox v7.
|
|
*
|
|
* Calling self.skipWaiting() is equivalent, and should be used instead.
|
|
*
|
|
* @memberof workbox-core
|
|
*/
|
|
declare function skipWaiting(): void;
|
|
export { skipWaiting };
|