UNPKG

@nph.muller/next-runtime-env

Version:

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

5 lines (4 loc) 103 B
/** * Checks if the code is running in the browser. */ export declare function isBrowser(): boolean;