MCPcopy
hub / github.com/hello-pangea/dnd / ProcessEnv

Interface ProcessEnv

test/typings/environment.d.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface ProcessEnv {
2 CI?: boolean;
3 NODE_ENV?: 'development' | 'production';
4 REACT_MAJOR_VERSION?: '18' | '19';
5}
6
7interface Process {
8 env: ProcessEnv;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…