function existsimport { exists } from "https://deno.land/x/fathym_common@v0.0.131/src/utils/path.ts"; exists(path: string): Promise<boolean>Determine if a path exists. Parameterspath: stringThe path to check for existence. ReturnsPromise<boolean>If the path exists.