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