UNPKG

@dozerg/end-of-line

Version:

Determine EOL based on given text and OS.

3 lines (2 loc) 126 B
export declare function endOfLine(text?: string): string; export declare function endOfLineForFile(filePath: string): string;