Skip to main content
Module

x/cache/deps.ts>existsSync

🥌 Deno cache library
Very Popular
Latest
function existsSync
import { existsSync } from "https://deno.land/x/cache@0.2.13/deps.ts";

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

Parameters

filePath: string

Returns

boolean