UNPKG

lerna

Version:

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

6 lines (5 loc) 183 B
import { FetchConfig } from "./fetch-config"; /** * Retrieve username of logged-in user. */ export declare function getNpmUsername(options?: Partial<FetchConfig>): Promise<string>;