Skip to main content
Module

x/lume/deps/fs.ts>EOL

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
enum EOL
import { EOL } from "https://deno.land/x/lume@v1.13.2/deps/fs.ts";

Platform-specific conventions for the line ending format (i.e., the "end-of-line").

Members

CRLF = "\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.