Sign in
chromium
/
devtools
/
devtools-frontend
/
cd36e4781fe47164336d10bf800982a963bba8bd
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
objectDestructuringEmpty.js
blob: 1d5c04a7168514cb394cdbd4477879dc1b8d4b5b [
file
]
function
_objectDestructuringEmpty
(
obj
)
{
if
(
obj
==
null
)
throw
new
TypeError
(
"Cannot destructure undefined"
);
}
module
.
exports
=
_objectDestructuringEmpty
;