Skip to main content
The Deno 2 Release Candidate is here
Learn more
variable fs.LF
import { fs } from "https://deno.land/x/assert_fs@v0.1.0/deps.ts";
const { LF } = fs;

End-of-line character for POSIX platforms such as macOS and Linux.

type

"\n"