import * as mod from "https://dotland.deno.dev/std@0.110.0/fs/ensure_link.ts"; FunctionsfensureLinkEnsures that the hard link exists. If the directory structure does not exist, it is created. fensureLinkSyncEnsures that the hard link exists. If the directory structure does not exist, it is created.