UNPKG

126 BJavaScriptView Raw
1import AwaitValue from "./AwaitValue";
2export default function _awaitAsyncGenerator(value) {
3 return new AwaitValue(value);
4}
\No newline at end of file