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