kjelsrud.dev/node_modules/astro/dist/runtime/client/idle.prebuilt.d.ts

8 lines
463 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
/**
* This file is prebuilt from packages/astro/src/runtime/client/idle.ts
* Do not edit this directly, but instead edit that file and rerun the prebuild
* to generate this file.
*/
declare const _default: "(()=>{var i=t=>{let e=async()=>{await(await t())()};\"requestIdleCallback\"in window?window.requestIdleCallback(e):setTimeout(e,200)};(self.Astro||(self.Astro={})).idle=i;window.dispatchEvent(new Event(\"astro:idle\"));})();";
export default _default;