Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/fs/mod.ts>exists

A modern runtime for JavaScript and TypeScript.
Go to Latest
function exists
Re-export
import { exists } from "https://deno.land/x/deno@v0.28.0/std/fs/mod.ts";

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

Parameters

filePath: string

Returns

Promise<boolean>