Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
objectDestructuringEmpty.js
blob: a92eac8f9570acbc05c3e012895e8c7195fef92d [
file
] [
log
] [
blame
]
function
_objectDestructuringEmpty
(
t
)
{
if
(
null
==
t
)
throw
new
TypeError
(
"Cannot destructure "
+
t
);
}
export
{
_objectDestructuringEmpty as
default
};