Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
import * as denogres from "https://deno.land/x/denogres@v4.0.1/vendor/deno.land/std@0.173.0/fs/exists.ts";

Functions

f
exists
deprecated

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

f
existsSync
deprecated

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