generateur_v3/fold/node_modules/.pnpm/esm-env@1.0.0/node_modules/esm-env
2023-02-23 17:11:57 +01:00
..
dev-browser.js deploy test 2023-02-23 17:11:57 +01:00
dev-ssr.js deploy test 2023-02-23 17:11:57 +01:00
index.d.ts deploy test 2023-02-23 17:11:57 +01:00
LICENSE deploy test 2023-02-23 17:11:57 +01:00
package.json deploy test 2023-02-23 17:11:57 +01:00
prod-browser.js deploy test 2023-02-23 17:11:57 +01:00
prod-ssr.js deploy test 2023-02-23 17:11:57 +01:00
README.md deploy test 2023-02-23 17:11:57 +01:00

esm-env

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

Usage

Install with npm install esm-env, then import as needed:

import { DEV, BROWSER } from 'esm-env';

License

MIT