The environment shape every construction entry point takes — a plain string map, in practice process.env. Always passed explicitly: no module reads the process environment itself, so a test or embedder controls exactly what the library sees.
process.env
The environment shape every construction entry point takes — a plain string map, in practice
process.env. Always passed explicitly: no module reads the process environment itself, so a test or embedder controls exactly what the library sees.