Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
classCallCheck.js
blob: bf97219365660019bba20ef1c79b9765a5db5fb7 [
file
] [
log
] [
blame
]
function
_classCallCheck
(
a
,
n
)
{
if
(!(
a instanceof n
))
throw
new
TypeError
(
"Cannot call a class as a function"
);
}
export
{
_classCallCheck as
default
};