variable EOLimport { EOL } from "https://deno.land/std@0.220.0/fs/eol.ts"; End-of-line character evaluated for the current platform. ExamplesExample 1 import { EOL } from "https://deno.land/std@0.220.0/fs/eol.ts"; EOL; // Returns "\n" on POSIX platforms or "\r\n" on Windows type"\n" | "\r\n"