4 lines
No EOL
133 B
JavaScript
Executable file
4 lines
No EOL
133 B
JavaScript
Executable file
import OverloadYield from "./OverloadYield.js";
|
|
export default function _awaitAsyncGenerator(e) {
|
|
return new OverloadYield(e, 0);
|
|
} |