Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
writeOnlyError.js
blob: 250c2869f89a0d4d9d35b14895109876f86aac4e [
file
] [
log
] [
blame
]
function
_writeOnlyError
(
r
)
{
throw
new
TypeError
(
'"'
+
r
+
'" is write-only'
);
}
export
{
_writeOnlyError as
default
};