import { PathRef } from "https://deno.land/x/dax@0.31.1/src/path.ts";
Synchronously creates a symlink to the provided target path.
Parameters
opts: Partial<Deno.SymlinkOptions> & PathSymlinkOptions
Synchronously creates a symlink at the provided path with the provided target text.
Parameters
optional
opts: SymlinkOptions