Sign in
chromium
/
devtools
/
devtools-frontend
/
fa47a61ba301cd3aa81d6cc80d58c554e7b2ea88
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
classStaticPrivateMethodSet.js
blob: 72560e6607e030d921a5ce8aa9896afd07dfd9be [
file
]
function
_classStaticPrivateMethodSet
()
{
throw
new
TypeError
(
"attempted to set read only static private field"
);
}
module
.
exports
=
_classStaticPrivateMethodSet
,
module
.
exports
.
__esModule
=
true
,
module
.
exports
[
"default"
]
=
module
.
exports
;