UNPKG

next-runtime-env

Version:

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

9 lines (8 loc) 193 B
declare global { interface Window { __ENV: NodeJS.ProcessEnv; } } export * from './provider'; export * from './script'; export { makeEnvPublic } from './utils/make-env-public';