winEOL.d.ts 212 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 export declare const isWindows: boolean; declare const _default: (content: string | undefined) => string | undefined; /** * Convert Windows crlf to lf (\r\n to \n) * @param content */ export default _default;