mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 09:25:15 +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 };
|