🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
162 B
JavaScript
Executable File
5 lines
162 B
JavaScript
Executable File
import OverloadYield from "./OverloadYield.js";
|
|
function _awaitAsyncGenerator(e) {
|
|
return new OverloadYield(e, 0);
|
|
}
|
|
export { _awaitAsyncGenerator as default }; |