Files
FloatApi/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js
T
2022-03-07 22:07:57 +07:00

4 lines
126 B
JavaScript

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