Sign in
chromium
/
devtools
/
devtools-frontend
/
4f035ae08081a9e198fbe79af824c5d08376fa72
/
.
/
node_modules
/
supports-hyperlinks
/
browser.js
blob: b01363056963039d86f62237e6033aaded87d336 [
file
] [
log
] [
blame
]
'use strict'
;
module
.
exports
=
{
stdin
:
false
,
stderr
:
false
,
supportsHyperlink
:
function
()
{
// eslint-disable-line object-shorthand
return
false
;
}
};