UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

8 lines (7 loc) 273 B
export { isRuntimeEnvMatch }; import type { ConfigEnvInternal } from '../../../../types/PageConfig.js'; declare function isRuntimeEnvMatch(configEnv: ConfigEnvInternal, runtime: { isForClientSide: boolean; isClientRouting: boolean; isDev: boolean; }): boolean;