Interface ArrayTemplate

The return value of a call to arrayTemplate.

interface ArrayTemplate ((arr, ...args) => string)
  • Parameters

    • arr: Iterable<any>
    • Rest ...args: any[]

    Returns string