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