UNPKG

@salesforce/core

Version:

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

8 lines (7 loc) 229 B
/** * Generate an API name from a string. Matches what the UI does. * * @param name - name to be converted into a valid api name * @returns a valid api name */ export declare const generateApiName: (name: string) => string;