Skip to content

@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

ParameterTypeDescription
inputstringThe string

Returns

string[]

array of characters