UNPKG

next-runtime-env

Version:

Next.js Runtime Environment Configuration - Populates your environment at runtime rather than build time.

6 lines (5 loc) 185 B
import { ProcessEnv } from '../typings/process-env'; /** * Gets a list of environment variables that start with `NEXT_PUBLIC_`. */ export declare function getPublicEnv(): ProcessEnv;