MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / env

Method env

scripts/config-helper.js:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 env() {
12 return this.add(process.env);
13 }
14
15 envFile(filepath = '.env') {
16 let content = '';

Callers 1

webpack.conf.jsFile · 0.80

Calls 1

addMethod · 0.95

Tested by

no test coverage detected