import * as mod from "https://deno.land/std@0.219.1/fs/eol.ts"; VariablesvCRLFEnd-of-line character for Windows platforms. vEOLEnd-of-line character evaluated for the current platform. vLFEnd-of-line character for POSIX platforms such as macOS and Linux. FunctionsfdetectDetect the EOL character for string input. returns null if no newline. fformatFormat the file to the targeted EOL.