shuffleString
shuffleString(
value):string
Defined in: src/global/collections.ts:184
The characters of a string in random order, by code point.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string
Example
Section titled “Example”shuffleString("ransu"); // "nusar"