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