Deno.SymlinkOptions

Options that can be used with symlink and symlinkSync.

interface SymlinkOptions {
type: "file" | "dir";
}

§Properties

§
type: "file" | "dir"
[src]

If the symbolic link should be either a file or directory. This option only applies to Windows and is ignored on other operating systems.