awaitAsyncGenerator.js 126 Bytes Raw Blame History Permalink 1 2 3 4 import AwaitValue from "./AwaitValue"; export default function _awaitAsyncGenerator(value) { return new AwaitValue(value); }