MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / hasNoColorEnv

Function hasNoColorEnv

packages/node/src/index.ts:187–190  ·  view source on GitHub ↗
(env: ProcessEnv | null)

Source from the content-addressed store, hash-verified

185}
186
187function hasNoColorEnv(env: ProcessEnv | null): boolean {
188 if (!env) return false;
189 return Object.prototype.hasOwnProperty.call(env, "NO_COLOR");
190}
191
192function toAppConfig(config: NodeAppConfig | undefined): AppConfig | undefined {
193 if (config === undefined) return undefined;

Callers 1

createNodeAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected