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