Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend
/
795b8d034574da8737f2ee9ff4f94de6d000a9a4
/
.
/
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
;