check-environment
There are 3 repositories under check-environment topic.
sindresorhus/environment
Check which JavaScript environment your code is running in at runtime: browser, Node.js, Bun, etc
mesqueeb/is-where
JS environment check functions like `isWebkit() isSafari() isBrowser() isNode()` etc. A simple & small integration.
noahtigner/validate-env-vars
A lightweight utility to check an .env file for the presence and validity of environment variables, as specified via a template file or the command line.