• Creates an Iterator object using the body as the implementation.

    Parameters

    • thisArg: any

      The reference to use as the this value in the function

    • body: Function

      The generator state-machine based implementation.

    Returns any

    See

    [./docs/generator.md]

Generated using TypeDoc