function detectimport { detect } from "https://dotland.deno.dev/std@0.119.0/fs/eol.ts"; detect(content: string): EOL | nullDetect the EOL character for string input. returns null if no newline Detect the EOL character for string input. returns null if no newline Parameterscontent: stringReturnsEOL | null