Sign in
chromium
/
devtools
/
devtools-frontend
/
795b8d034574da8737f2ee9ff4f94de6d000a9a4
/
.
/
node_modules
/
recast
/
lib
/
comments.d.ts
blob: 1c1df43373e2b08e6e17f3061bb703aea6e5af6e [
file
] [
log
] [
blame
]
export
declare
function
attach
(
comments
:
any
[],
ast
:
any
,
lines
:
any
):
void
;
export
declare
function
printComments
(
path
:
any
,
print
:
any
):
any
;