Skip to main content
Module

std/fs/mod.ts>detect

Deno standard library
Go to Latest
function detect
import { detect } from "https://deno.land/std@0.52.0/fs/mod.ts";

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

Parameters

content: string

Returns

EOL | null