UNPKG

astro

Version:

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

10 lines (9 loc) 321 B
import { RedirectComponentInstance, RedirectSinglePageBuiltModule } from "./component.js"; import { routeIsRedirect } from "./helpers.js"; import { getRedirectLocationOrThrow } from "./validate.js"; export { RedirectComponentInstance, RedirectSinglePageBuiltModule, getRedirectLocationOrThrow, routeIsRedirect };