Sign in
chromium
/
devtools
/
devtools-frontend
/
6aa3c34f42657dd527efa9e2e5d7bca239ad120a
/
.
/
node_modules
/
comment-parser
/
lib
/
transforms
/
align.d.ts
blob: e8a659ae69f43389234005eabd52d578857193da [
file
]
import
{
Transform
}
from
'./index.js'
;
import
{
Markers
}
from
'../primitives.js'
;
export
default
function
align
(
markers
?:
typeof
Markers
):
Transform
;