Asynchronously test whether or not the given path exists by checking with the file system.
Synchronously test whether or not the given path exists by checking with the file system.
Add Package
deno add jsr:@std/fs
Import symbol
import * as mod from "@std/fs/exists";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@std/fs/exists";