blob: 0219b1b9e751a1a8c562fc43f0861b298f998c1c [file] [log] [blame]
import { Transform } from './index';
export declare type Ending = 'LF' | 'CRLF';
export default function crlf(ending: Ending): Transform;