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) 156 B
export { default as BROWSER } from 'esm-env/browser'; export { default as DEV } from 'esm-env/development'; export { default as NODE } from 'esm-env/node';