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.
__asyncGenerator
The value to await.
Generated using TypeDoc
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.