react-native-get-pixel_edit/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js
2025-07-09 11:41:52 +09:00

7 lines
153 B
JavaScript

export default function _skipFirstGeneratorNext(fn) {
return function () {
var it = fn.apply(this, arguments);
it.next();
return it;
};
}