first
This commit is contained in:
8
node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js
generated
vendored
Normal file
8
node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
function _skipFirstGeneratorNext(fn) {
|
||||
return function () {
|
||||
var it = fn.apply(this, arguments);
|
||||
it.next();
|
||||
return it;
|
||||
};
|
||||
}
|
||||
module.exports = _skipFirstGeneratorNext, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
Reference in New Issue
Block a user