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