Urara-Blog/node_modules/.pnpm-store/v3/files/9f/17313bb292f1995f45c93688352205004b08a86f8f660c380fb14706f72ecb830b1e9eb1ec99bcee877593918d56461e777662fa6c520b04f467b189c41fc5
2022-08-14 01:14:53 +08:00

9 lines
268 B
Text

import './_version.js';
/**
* Claim any currently available clients once the service worker
* becomes active. This is normally used in conjunction with `skipWaiting()`.
*
* @memberof workbox-core
*/
declare function clientsClaim(): void;
export { clientsClaim };