hensei-web/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js
2020-09-11 06:44:42 -07:00

4 lines
No EOL
126 B
JavaScript

import AwaitValue from "./AwaitValue";
export default function _awaitAsyncGenerator(value) {
return new AwaitValue(value);
}