Sign in
chromium
/
devtools
/
devtools-frontend
/
4f035ae08081a9e198fbe79af824c5d08376fa72
/
.
/
node_modules
/
supports-hyperlinks
/
browser.js
blob: b01363056963039d86f62237e6033aaded87d336 [
file
] [
log
] [
blame
]
Nikolay Vitkov
924fc2c
2025-01-03 09:24:38
[
diff
] [
blame
]
1
'use strict'
;
2
module
.
exports
=
{
3
stdin
:
false
,
4
stderr
:
false
,
5
supportsHyperlink
:
function
()
{
// eslint-disable-line object-shorthand
6
return
false
;
7
}
8
};