Skip to main content
Module

x/create_react_app/deps.ts>fs.exists

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

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

Parameters

filePath: string

Returns

Promise<boolean>