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
/
esm
/
defineAccessor.js
7 lines
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
function
_defineAccessor
(
e, r, n, t
) {
var
c = {
configurable
: !
0
,
enumerable
: !
0
};
return
c[e] = t,
Object
.
defineProperty
(r, n, c); }