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