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