Skip to main content
Module

x/lume/deps/fs.ts>detect

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function detect
import { detect } from "https://deno.land/x/lume@v1.13.2/deps/fs.ts";

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

Parameters

content: string

Returns

EOL | null