MCPcopy Index your code
hub / github.com/npmx-dev/npmx.dev / orgRemoveUser

Function orgRemoveUser

cli/src/npm-client.ts:442–450  ·  view source on GitHub ↗
(
  org: string,
  user: string,
  options?: ExecNpmOptions,
)

Source from the content-addressed store, hash-verified

440}
441
442export async function orgRemoveUser(
443 org: string,
444 user: string,
445 options?: ExecNpmOptions,
446): Promise<NpmExecResult> {
447 validateOrgName(org)
448 validateUsername(user)
449 return execNpm(['org', 'rm', org, user], options)
450}
451
452export async function teamCreate(
453 scopeTeam: string,

Callers 1

executeOperationFunction · 0.90

Calls 3

validateUsernameFunction · 0.85
execNpmFunction · 0.85
validateOrgNameFunction · 0.70

Tested by

no test coverage detected