mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
7 lines
No EOL
176 B
JavaScript
7 lines
No EOL
176 B
JavaScript
function _skipFirstGeneratorNext(t) {
|
|
return function () {
|
|
var r = t.apply(this, arguments);
|
|
return r.next(), r;
|
|
};
|
|
}
|
|
export { _skipFirstGeneratorNext as default }; |