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