Skip to main content
Module

x/create_react_app/deps.ts>fs.detect

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

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

Parameters

content: string

Returns

EOL | null