UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

9 lines (8 loc) 166 B
const onlyDirective = async (load) => { const hydrate = await load(); await hydrate(); }; var only_default = onlyDirective; export { only_default as default };