function ensureSymlinkSyncimport { ensureSymlinkSync } from "https://dotland.deno.dev/std@0.181.0/fs/mod.ts"; ensureSymlinkSync(target: string | URL, linkName: string | URL)Ensures that the link exists, and points to a valid file. If the directory structure does not exist, it is created. Parameterstarget: string | URLthe source file path linkName: string | URLthe destination link path