(optionName, element)
| 424 | freeze(getEnvironmentOptionsList); |
| 425 | |
| 426 | const environmentOptionsListHas= (optionName, element)=> |
| 427 | arrayIncludes(getEnvironmentOptionsList(optionName), element); |
| 428 | |
| 429 | const getCapturedEnvironmentOptionNames= ()=> { |
| 430 | return freeze([...capturedEnvironmentOptionNames]); |
nothing calls this directly
no test coverage detected