UNPKG

@nph.muller/next-runtime-env

Version:

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

4 lines (3 loc) 61 B
export type Dict<T> = { [key: string]: T | undefined; };