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