import { PathRef } from "https://deno.land/x/dax@0.31.1/src/path.ts";
Gets the directory path. In most cases, it is recommended
to use .parent()
instead since it will give you a PathRef
.
import { PathRef } from "https://deno.land/x/dax@0.31.1/src/path.ts";
Gets the directory path. In most cases, it is recommended
to use .parent()
instead since it will give you a PathRef
.