mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 04:28:26 -04:00
9 lines
203 B
TypeScript
9 lines
203 B
TypeScript
import './_version.js';
|
|
/**
|
|
* If the browser supports Navigation Preload, then this will disable it.
|
|
*
|
|
* @memberof workbox-navigation-preload
|
|
*/
|
|
declare function disable(): void;
|
|
export { disable };
|