import { ensureSymlink } from "https://deno.land/x/deno@v0.28.0/std/fs/mod.ts";
Ensures that the link exists. If the directory structure does not exist, it is created.
import { ensureSymlink } from "https://deno.land/x/deno@v0.28.0/std/fs/mod.ts";
Ensures that the link exists. If the directory structure does not exist, it is created.