Skip to main content
Module

x/create_react_app/deps.ts>fs.existsSync

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

Test whether or not the given path exists by checking with the file system

Parameters

filePath: string

Returns

boolean