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

x/p5_commander/deps.ts>exists

A tool to easily manage and create p5 sketches
Latest
function exists
Re-export
import { exists } from "https://deno.land/x/p5_commander@v1.2.1/deps.ts";

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

Parameters

filePath: string

Returns

Promise<boolean>