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