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

Function teamDestroy

cli/src/npm-client.ts:460–466  ·  view source on GitHub ↗
(
  scopeTeam: string,
  options?: ExecNpmOptions,
)

Source from the content-addressed store, hash-verified

458}
459
460export async function teamDestroy(
461 scopeTeam: string,
462 options?: ExecNpmOptions,
463): Promise<NpmExecResult> {
464 validateScopeTeam(scopeTeam)
465 return execNpm(['team', 'destroy', scopeTeam], options)
466}
467
468export async function teamAddUser(
469 scopeTeam: string,

Callers 1

executeOperationFunction · 0.90

Calls 2

validateScopeTeamFunction · 0.85
execNpmFunction · 0.85

Tested by

no test coverage detected