enum fs.EOLimport { fs } from "https://deno.land/x/sandbox@v1.1.0/deps.ts"; const { EOL } = fs; Platform-specific conventions for the line ending format (i.e., the "end-of-line"). MembersCRLF = "\r\n"Carriage Return + Line Feed. Historically used in Windows and early DOS systems. LF = "\n"Line Feed. Typically used in Unix (and Unix-like) systems.