UNPKG

@salesforce/core

Version:

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

9 lines (8 loc) 217 B
import { KeyChain } from './keyChainImpl'; /** * Gets the os level keychain impl. * * @param platform The os platform. * @ignore */ export declare const retrieveKeychain: (platform: string) => Promise<KeyChain>;