first commit
This commit is contained in:
6
node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js
generated
vendored
Normal file
6
node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import AsyncGenerator from "./AsyncGenerator";
|
||||
export default function _wrapAsyncGenerator(fn) {
|
||||
return function () {
|
||||
return new AsyncGenerator(fn.apply(this, arguments));
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user