Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
writeOnlyError.js
blob: c98ee825dc33bac8498ba0799587cf994f6893bc [
file
] [
log
] [
blame
]
function
_writeOnlyError
(
r
)
{
throw
new
TypeError
(
'"'
+
r
+
'" is write-only'
);
}
module
.
exports
=
_writeOnlyError
,
module
.
exports
.
__esModule
=
true
,
module
.
exports
[
"default"
]
=
module
.
exports
;