• Returns a string that is the concatenation of n copies of the string s.

    Parameters

    • s: string
    • n: number

    Returns string

Generated using TypeDoc