MCPcopy Create free account
hub / github.com/dethcrypto/dethcode / argv.js

File argv.js

packages/entrypoint/scripts/argv.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1exports.argv = {
2 production:
3 process.env.NODE_ENV === "production" || saysTrue(readArg("production")),
4};

Callers

nothing calls this directly

Calls 2

saysTrueFunction · 0.70
readArgFunction · 0.70

Tested by

no test coverage detected