Skip to main content
Module

x/create_react_app/deps.ts>fs.EOL

Create React App with Deno
Latest
enum fs.EOL
import { fs } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { EOL } = fs;

EndOfLine character enum

Members

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