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