MCPcopy
hub / github.com/webpack/webpack / Process

Interface Process

declarations.d.ts:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8// Deprecated NodeJS API usages in webpack
9declare namespace NodeJS {
10 interface Process {
11 binding(internalModule: string): any;
12 }
13 interface ProcessVersions {
14 pnp: "1" | "3";
15 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected