Sign in
chromium
/
devtools
/
devtools-frontend
/
bedbd4f3fe201caedff255ae97fdf875e13063f8
/
.
/
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"
);
}
}