MCPcopy
hub / github.com/TypeStrong/ts-node / Process

Interface Process

src/index.ts:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96declare global {
97 namespace NodeJS {
98 interface Process {
99 [REGISTER_INSTANCE]?: Service;
100 }
101 }
102}
103

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…