function _skipFirstGeneratorNext(t) {
return function () {
var r = t.apply(this, arguments);
return r.next(), r;
};
}
export { _skipFirstGeneratorNext as default };
send patches to the email below yukais@pinapelz.com
include the subject [PATCH repo_name]