UNPKG

@babel/runtime

Version:

babel's modular runtime helpers

9 lines (7 loc) 212 B
var AsyncGenerator = require("./AsyncGenerator"); function _wrapAsyncGenerator(fn) { return function () { return new AsyncGenerator(fn.apply(this, arguments)); }; } module.exports = _wrapAsyncGenerator;