blob: 462f99cda96baea4de32b936a0372c0803b56340 [file] [log] [blame]
import AwaitValue from "./AwaitValue";
export default function _awaitAsyncGenerator(value) {
return new AwaitValue(value);
}