chatty-pub/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +02:00

4 lines
129 B
JavaScript

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