Skip to main content
Module

x/clone/deps.ts>fs.EOL

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

EndOfLine character enum

Members

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