UNPKG

@nph.muller/next-runtime-env

Version:

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

10 lines (9 loc) 224 B
/// <reference types="node" /> declare global { interface Window { __ENV: NodeJS.ProcessEnv; } } export * from './provider'; export * from './script'; export { makeEnvPublic } from './utils/make-env-public';