@technobuddha > library > String > Deconstruction
Function: splitChars()
ts
function splitChars(input: string): string[];Defined in: split-chars.ts:8
Split a string into an array of characters
Parameters
| Parameter | Type | Description |
|---|---|---|
input | string | The string |
Returns
string[]
array of characters