UNPKG

@flxbl-io/sfp

Version:

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

7 lines (6 loc) 138 B
export default class PasswordGenerator { exec(userName: string): Promise<{ username: string; password: any; }>; }