1import AwaitValue from "./AwaitValue.js"; 2export default function _awaitAsyncGenerator(value) { 3 return new AwaitValue(value); 4} 5