MCPcopy
hub / github.com/motdotla/dotenv / options

Function options

tests/test-env-options.js:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15// get fresh object for each test
16function options () {
17 decache('../lib/env-options.js')
18 return require('../lib/env-options')
19}
20
21function testOption (envVar, tmpVal, expect) {
22 delete process.env[envVar]

Callers 3

testOptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…