mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
9 lines
210 B
TypeScript
9 lines
210 B
TypeScript
import './_version.js';
|
|
/**
|
|
* If the browser supports Navigation Preload, then this will disable it.
|
|
*
|
|
* @memberof module:workbox-navigation-preload
|
|
*/
|
|
declare function disable(): void;
|
|
export { disable };
|