Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
classCallCheck.js
blob: 21b8390ff2fcd712eea49955e1f7fadbf965a9a2 [
file
] [
log
] [
blame
]
function
_classCallCheck
(
a
,
n
)
{
if
(!(
a instanceof n
))
throw
new
TypeError
(
"Cannot call a class as a function"
);
}
module
.
exports
=
_classCallCheck
,
module
.
exports
.
__esModule
=
true
,
module
.
exports
[
"default"
]
=
module
.
exports
;