import { Path } from "https://deno.land/x/dax@0.39.1/src/path.ts";
Calls .readJsonSync()
, but returns undefined if the file doesn't exist.
x/dax/src/path.ts>Path#readMaybeJsonSync
import { Path } from "https://deno.land/x/dax@0.39.1/src/path.ts";
Calls .readJsonSync()
, but returns undefined if the file doesn't exist.