Interface ITemplates

The return value of a call to arrayTemplate.

interface ITemplates ((arr, ...args) => Iterable<string>)
  • Parameters

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

    Returns Iterable<string>