Skip to main content
Module

x/velociraptor/deps.ts>existsSync

The npm-style script runner for Deno
Latest
function existsSync
import { existsSync } from "https://deno.land/x/velociraptor@1.5.0/deps.ts";

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

Parameters

filePath: string

Returns

boolean