UNPKG

esm-env

Version:

Uses export conditions to return environment information in a way that works with major bundlers and runtimes.

4 lines (3 loc) 86 B
export const BROWSER: boolean; export const DEV: boolean; export const NODE: boolean;