import { checkExists } from "https://deno.land/x/readme_manager@v3.0.0/utils.ts";
Check if a given path exists on the filesystem. Returns a boolean or an error if something goes terribly wrong.
import { checkExists } from "./utils.ts"
const exists = await checkExists("/some/path", (errorMsg: string, error?: Error) => {})