• Converts a generator function into an async generator function, by using yield __await in place of normal await.

    Parameters

    • thisArg: any

      The reference to use as the this value in the generator function

    • _arguments: any

      The optional arguments array

    • generator: Function

      The generator function

    Returns any

Generated using TypeDoc