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