Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
classCallCheck.js
blob: 2f1738a3d6f611d10e63321e785bb07aa4dbf239 [
file
]
export
default
function
_classCallCheck
(
instance
,
Constructor
)
{
if
(!(
instance instanceof
Constructor
))
{
throw
new
TypeError
(
"Cannot call a class as a function"
);
}
}