import { fs } from "https://deno.land/x/dax@0.28.0/src/deps.ts";
const { ensureSymlink } = fs;
Ensures that the link exists. If the directory structure does not exist, it is created.
import { fs } from "https://deno.land/x/dax@0.28.0/src/deps.ts";
const { ensureSymlink } = fs;
Ensures that the link exists. If the directory structure does not exist, it is created.