Skip to main content
Latest
function existsSync
Re-export
import { existsSync } from "https://deno.land/x/exodus@0.1.8/deps.ts";

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

Parameters

filePath: string

Returns

boolean