5 lines
162 B
JavaScript
5 lines
162 B
JavaScript
|
import OverloadYield from "./OverloadYield.js";
|
||
|
function _awaitAsyncGenerator(e) {
|
||
|
return new OverloadYield(e, 0);
|
||
|
}
|
||
|
export { _awaitAsyncGenerator as default };
|