UNPKG

@salesforce/core

Version:

Core libraries to interact with SFDX projects, orgs, and APIs.

3 lines (2 loc) 115 B
import { AuthInfo } from './authInfo'; export declare function determineOrg(orgAuthInfo: AuthInfo): Promise<void>;