Home Manual Reference Source

Function

Static Public Summary
public

mul(string: string, n: number): *

Concatenate the input string with n-1 copies of itself.

Static Public

public mul(string: string, n: number): * source

Concatenate the input string with n-1 copies of itself.

Params:

NameTypeAttributeDescription
string string
n number

Return:

*