Function: inferLabel()
inferLabel(
key):string
Defined in: packages/core/src/utils.ts:9
Convert a camelCase or snake_case key to a human-readable Title Case label.
Parameters
key
string
Returns
string
Examples
inferLabel('firstName') → 'First Name'
inferLabel('email_address') → 'Email Address'