The return value of a call to asyncTemplates.

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

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

    Returns Iterable<Promise<string>>