All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
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 }; |