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

Function teamListUsers

cli/src/npm-client.ts:541–544  ·  view source on GitHub ↗
(scopeTeam: string)

Source from the content-addressed store, hash-verified

539}
540
541export async function teamListUsers(scopeTeam: string): Promise<NpmExecResult> {
542 validateScopeTeam(scopeTeam)
543 return execNpm(['team', 'ls', scopeTeam, '--json'], { silent: true })
544}
545
546export async function accessListCollaborators(pkg: string): Promise<NpmExecResult> {
547 validatePackageName(pkg)

Callers 1

createConnectorAppFunction · 0.90

Calls 2

validateScopeTeamFunction · 0.85
execNpmFunction · 0.85

Tested by

no test coverage detected