UNPKG

cnpmcore

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