UNPKG

astro

Version:

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

2 lines (1 loc) 77 B
export type WaitUntilHook = (this: void, promise: Promise<unknown>) => void;