mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 04:09:31 +08:00
10 lines
289 B
Text
10 lines
289 B
Text
import '../_version.js';
|
|
/**
|
|
* Runs all of the callback functions, one at a time sequentially, in the order
|
|
* in which they were registered.
|
|
*
|
|
* @memberof workbox-core
|
|
* @private
|
|
*/
|
|
declare function executeQuotaErrorCallbacks(): Promise<void>;
|
|
export { executeQuotaErrorCallbacks };
|