Const
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 Copy
import { EOL } from "@std/fs/eol";EOL; // "\n" on POSIX platforms and "\r\n" on Windows
End-of-line character evaluated for the current platform.