UNPKG
bbpro
Version:
latest (6.1.5)
6.1.5
6.1.4
BrowserBox - remote browser isolation tool
github.com/BrowserBox/BrowserBox
i5ik/vf
bbpro
/
dist
/
node_modules
/
@babel
/
runtime
/
helpers
/
skipFirstGeneratorNext.js
8 lines
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
function
_skipFirstGeneratorNext
(fn)
{
return
function () {
var
it
=
fn.apply(
this
, arguments); it.next();
return
it; }; }
module
.
exports
= _skipFirstGeneratorNext,
module
.
exports
.__esModule =
true
,
module
.
exports
[
"default"
] =
module
.
exports
;