MCPcopy Create free account
hub / github.com/objectivehtml/FlipClock / ProcessEnv

Interface ProcessEnv

env.d.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 }
9 namespace NodeJS {
10 interface ProcessEnv {
11 NODE_ENV: 'production' | 'development'
12 PROD: boolean
13 DEV: boolean
14 }
15 }
16}
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected