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