Skip to main content
Module

x/lume/deps/fs.ts>EOL

🔥 Static site generator for Deno 🦕
Very Popular
Latest
variable EOL
import { EOL } from "https://deno.land/x/lume@v2.1.4/deps/fs.ts";

End-of-line character evaluated for the current platform.

Examples

Example 1

import { EOL } from "https://deno.land/std@0.224.0/fs/eol.ts";

EOL; // "\n" on POSIX platforms and "\r\n" on Windows

type

"\n" | "\r\n"