UNPKG

astro

Version:

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

6 lines (4 loc) 138 B
declare module 'astro:env/client' {} declare module 'astro:env/server' { export const getSecret: (key: string) => string | undefined; }