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