DenoDeno.SymlinkOptionsinterface Deno.SymlinkOptionsOptions that can be used with symlink and symlinkSync. Properties ##type: "file" | "dir" | "junction"Specify the symbolic link type as file, directory or NTFS junction. This option only applies to Windows and is ignored on other operating systems.
interface Deno.SymlinkOptionsOptions that can be used with symlink and symlinkSync. Properties ##type: "file" | "dir" | "junction"Specify the symbolic link type as file, directory or NTFS junction. This option only applies to Windows and is ignored on other operating systems.