Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
comment-parser
/
es6
/
transforms
/
crlf.d.ts
blob: 0219b1b9e751a1a8c562fc43f0861b298f998c1c [
file
]
import
{
Transform
}
from
'./index'
;
export
declare type
Ending
=
'LF'
|
'CRLF'
;
export
default
function
crlf
(
ending
:
Ending
):
Transform
;