method PathRef.prototype.existsRe-exportimport { PathRef } from "https://deno.land/x/dax@0.33.0/mod.ts"; exists(): Promise<boolean>Gets if the path exists. Beaware of TOCTOU issues. ReturnsPromise<boolean>