import { PathRef } from "https://deno.land/x/dax@0.31.1/src/path.ts";
Calls .readTextSync()
, but returns undefined when the path doesn't exist.
x/dax/src/path.ts>PathRef#readMaybeTextSync
import { PathRef } from "https://deno.land/x/dax@0.31.1/src/path.ts";
Calls .readTextSync()
, but returns undefined when the path doesn't exist.