GT2/Ejectable/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js

4 lines
129 B
JavaScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
import AwaitValue from "./AwaitValue.js";
export default function _awaitAsyncGenerator(value) {
return new AwaitValue(value);
}