• Returns an array of the string's character

    Example

    chars("Hello"); // ["H", "e", "l", "l", "o"]
    

    Parameters

    • str: string

    Returns string[]

Generated using TypeDoc