function detectimport { detect } from "https://deno.land/std@v0.38.0/fs/mod.ts"; detect(content: string): EOL | nullDetect the EOL character for string input. returns null if no newline Parameterscontent: stringReturnsEOL | null