function detectimport { detect } from "https://dotland.deno.dev/std@0.110.0/fs/mod.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