DIR: /proc/self/root/usr/share/nodejs/@babel/runtime-corejs3/helpers/esm/ |
Current File : //proc/self/root/usr/share/nodejs/@babel/runtime-corejs3/helpers/esm/skipFirstGeneratorNext.js |
export default function _skipFirstGeneratorNext(fn) { return function () { var it = fn.apply(this, arguments); it.next(); return it; }; } |