UNPKG

@flxbl-io/sfp

Version:

sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model

3 lines (2 loc) 163 B
export declare function convertAliasToUsername(alias: string): Promise<string>; export declare function convertUsernameToAlias(username: string): Promise<string>;