MCPcopy
hub / github.com/npmx-dev/npmx.dev / NpmProcessCommand

Interface NpmProcessCommand

cli/src/npm-process.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import process from 'node:process'
2
3interface NpmProcessCommand {
4 command: string
5 args: string[]
6}
7
8export function resolveNpmProcessCommand(
9 npmArgs: string[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected