• Creates an object that signals to __asyncGenerator that it shouldn't be yielded, and instead should be awaited and the resulting value passed back to the generator.

    Parameters

    • v: any

      The value to await.

    Returns any

Generated using TypeDoc