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

x/clone/deps.ts>fs.EOL

A simple utility for the convenient clone
Go to Latest
enum fs.EOL
import { fs } from "https://deno.land/x/clone@v1.0.4/deps.ts";
const { EOL } = fs;

EndOfLine character enum

Members

CRLF = "\r\n"
LF = "\n"