/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/wrapAsyncGenerator
Edit: /var/www/cobraambalaj/node_modules/@babel/runtime/helpers/wrapAsyncGenerator/_index.mjs (205B)
import AsyncGenerator from "@babel/runtime/helpers/AsyncGenerator";
export default function _wrapAsyncGenerator(fn) {
return function () {
return new AsyncGenerator(fn.apply(this, arguments));
};
}