Variable EOLConst

EOL: "\n" | "\r\n" = ...

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

import { EOL } from "@std/fs/eol";

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