MCPcopy
hub / github.com/statelyai/xstate / Process

Interface Process

examples/todomvc-react/src/react-app-env.d.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4declare namespace NodeJS {
5 interface Process {
6 env: ProcessEnv;
7 }
8 interface ProcessEnv {
9 /**
10 * By default, there are two modes in Vite:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected