Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/snel/imports/fs.ts>detect

A Cybernetical framework for svelte applications in deno
Latest
function detect
import { detect } from "https://deno.land/x/snel@v0.7.1/imports/fs.ts";

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

Parameters

content: string

Returns

EOL | null