UNPKG

astro

Version:

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

4 lines (3 loc) 211 B
import type { Environment } from 'vite'; export declare function isAstroServerEnvironment(environment: Environment): boolean; export declare function isAstroClientEnvironment(environment: Environment): boolean;