Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
core-js-pure
/
internals
/
redefine.js
blob: 1351097770cb5c501b5b4e35863cbcf24e6826c6 [
file
] [
log
] [
blame
]
var
hide
=
require
(
'../internals/hide'
);
module
.
exports
=
function
(
target
,
key
,
value
,
options
)
{
if
(
options
&&
options
.
enumerable
)
target
[
key
]
=
value
;
else
hide
(
target
,
key
,
value
);
};