Sign in
chromium
/
devtools
/
devtools-frontend
/
1a9ca99fd0b2c0ec7bdeff3ced49c413002ffbb0
/
.
/
node_modules
/
supports-hyperlinks
/
index.d.ts
blob: 30e3172f94dc9c0edeabc1fe8f9cffe7ae5d8a09 [
file
]
export
function
supportsHyperlink
(
stream
:
{
isTTY
?:
boolean
|
undefined
;
}):
boolean
;
export
declare
const
stdout
:
boolean
;
export
declare
const
stderr
:
boolean
;