MCPcopy
hub / github.com/danger/danger-js / Process

Interface Process

source/ambient.d.ts:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45declare namespace NodeJS {
46 interface Process {
47 // https://github.com/zeit/pkg#snapshot-filesystem
48 pkg?: {
49 entrypoint: string
50 defaultEntrypoint: string
51 }
52 }
53}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected