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