UNPKG

paroles

Version:

A library for parsing, making, modifying and playing LRC format lyrics

5 lines (4 loc) 171 B
export declare const LF = "\n"; export declare const CRLF = "\r\n"; export type EndOfLine = '\n' | '\r\n'; export declare function detectEol(text: string): "\n" | "\r\n";