Function: splitCamelCaseWord()
splitCamelCaseWord(
word
):string
[]
Defined in: packages/cspell-lib/src/lib/util/text.ts:35
Split camelCase words into an array of strings.
Parameters
word
string
Returns
string
[]
splitCamelCaseWord(
word
):string
[]
Defined in: packages/cspell-lib/src/lib/util/text.ts:35
Split camelCase words into an array of strings.
string
string
[]