Interface IAsyncTemplates

The return value of a call to asyncArrayTemplate.

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

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

    Returns Iterable<Promise<string>>