Swap-Aggregator-Subgraph/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js
2022-07-03 07:27:35 +05:30

4 lines
129 B
JavaScript

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