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

8 lines
371 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
/**
* This file is prebuilt from packages/astro/src/runtime/client/only.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={})).only=e;window.dispatchEvent(new Event(\"astro:only\"));})();";
export default _default;