kjelsrud.dev/node_modules/astro/dist/runtime/client/load.prebuilt.d.ts
2023-07-19 21:31:30 +02:00

7 lines
371 B
TypeScript

/**
* This file is prebuilt from packages/astro/src/runtime/client/load.ts
* Do not edit this directly, but instead edit that file and rerun the prebuild
* to generate this file.
*/
declare const _default: "(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event(\"astro:load\"));})();";
export default _default;