UNPKG

lerna

Version:

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository

8 lines (7 loc) 290 B
import { FetchConfig } from "./fetch-config"; /** * Throw an error if the logged-in user does not have read-write access to all packages. */ export declare function verifyNpmPackageAccess(packages: { name: string; }[], username: string, options: Partial<FetchConfig>): Promise<void>;