MCPcopy
hub / github.com/typicode/lowdb / ProcessEnv

Interface ProcessEnv

src/examples/in-memory.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 // eslint-disable-next-line @typescript-eslint/no-namespace
8 namespace NodeJS {
9 interface ProcessEnv {
10 NODE_ENV: 'test' | 'dev' | 'prod'
11 }
12 }
13}
14

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…