• This takes a string and replaces '{0}' with the first parameter, '{1} the second, and so on.. Not limited to indexes indexes. For example, {length} is allowed as the number of params.

    Returns

    Parameters

    • source: string
    • Rest ...args: any[]

    Returns string

Generated using TypeDoc