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

std/fs/eol.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.204.0/fs/eol.ts";

Enums

Platform-specific conventions for the line ending format (i.e., the "end-of-line").

Functions

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

Format the file to the targeted EOL.