Sign in
chromium
/
devtools
/
devtools-frontend
/
8743bf3931e26d64f2cb0028b33dcb6809c2ef8c
/
.
/
node_modules
/
comment-parser
/
lib
/
stringifier
/
inspect.d.ts
blob: dfd9d4794a53f48d89910362ab53bd521b17da79 [
file
]
import
{
Block
}
from
'../primitives'
;
export
default
function
inspect
({
source
}:
Block
):
string
;