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