Sign in
chromium
/
devtools
/
devtools-frontend
/
795b8d034574da8737f2ee9ff4f94de6d000a9a4
/
.
/
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
;