Skip to main content
Latest
function existsSync
Re-export
import { existsSync } from "https://deno.land/x/drun@v1.3.1/dev_deps.ts";

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

Parameters

filePath: string

Returns

boolean