method Path.prototype.readMaybeTextimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/src/path.ts"; readMaybeText(options?: Deno.ReadFileOptions): Promise<string | undefined>Calls .readText(), but returns undefined when the path doesn't exist. Parametersoptionaloptions: Deno.ReadFileOptionsReturnsPromise<string | undefined>