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