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) 218 B
import { FetchConfig } from "./fetch-config"; /** * Determine if the logged-in user has enabled two-factor auth. */ export declare function getTwoFactorAuthRequired(options?: Partial<FetchConfig>): Promise<boolean>;