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

x/dxx/src/lib/eol.ts>eol

🚀 (Deno) enhanced executor
Latest
variable eol
import { eol } from "https://deno.land/x/dxx@rf/src/lib/eol.ts";

type

{ CR(s: string); CRLF(s: string); LF(s: string); }