MCPcopy Create free account
hub / github.com/kentcdodds/kcd-scripts / envIsSet

Function envIsSet

src/utils.js:104–110  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

102}
103
104function envIsSet(name) {
105 return (
106 process.env.hasOwnProperty(name) &&
107 process.env[name] &&
108 process.env[name] !== 'undefined'
109 )
110}
111
112function getConcurrentlyArgs(scripts, {killOthers = true} = {}) {
113 const colors = [

Callers 1

parseEnvFunction · 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…