Skip to main content
Module

x/cache/deps.ts>exists

🥌 Deno cache library
Very Popular
Latest
function exists
import { exists } 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

Promise<boolean>