Sign in
chromium
/
devtools
/
devtools-frontend.git
/
refs/heads/chromium/5899
/
.
/
node_modules
/
comment-parser
/
lib
/
stringifier
/
index.d.ts
blob: 6ef73afed236611b3084e8f3484819c3b74af692 [
file
] [
edit
]
import
{
Block
}
from
'../primitives'
;
export
declare type
Stringifier
=
(
block
:
Block
)
=>
string
;
export
default
function
getStringifier
():
Stringifier
;