mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 09:25:15 +00:00
10 lines
275 B
TypeScript
10 lines
275 B
TypeScript
import './_version.js';
|
|
/**
|
|
* Claim any currently available clients once the service worker
|
|
* becomes active. This is normally used in conjunction with `skipWaiting()`.
|
|
*
|
|
* @memberof module:workbox-core
|
|
*/
|
|
declare function clientsClaim(): void;
|
|
export { clientsClaim };
|