UNPKG

astro

Version:

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

12 lines (11 loc) 298 B
import { createRenderInstruction } from "./instruction.js"; function templateEnter(_result) { return createRenderInstruction({ type: "template-enter" }); } function templateExit(_result) { return createRenderInstruction({ type: "template-exit" }); } export { templateEnter, templateExit };