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