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