Files
FBcount/Nodejs/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js
T
2020-03-02 14:53:23 +07:00

4 lines
126 B
JavaScript

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