parcoursup/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00

4 lines
129 B
JavaScript

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