Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denjucks/src/deps/path/std/fs/eol.ts>detect

Deno templating engine
Latest
function detect
import { detect } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/fs/eol.ts";

Detect the EOL character for string input. returns null if no newline

Parameters

content: string

Returns

EOL | null