UNPKG

cnpmcore

Version:

Private NPM Registry for Enterprise

6 lines (5 loc) 280 B
import { AbstractController } from './AbstractController.ts'; export declare class AccessController extends AbstractController { listCollaborators(fullname: string): Promise<Record<string, string>>; listPackagesByUser(username: string): Promise<Record<string, string>>; }