propifyString

Function

Given a string, strip out chars etc that would make it and invalid javascript property name, then camelize it.

  • propifyString(value: string) : string

Parameters

Parameter Type Default Notes
value Required string

String to convert into a property

Returns

string

Function defined in common/src/utils/propify-string.ts:8