Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

property Deno.SymlinkOptions.type

Specify the symbolic link type as file, directory or NTFS junction. This option only applies to Windows and is ignored on other operating systems.

Type #

"file"
| "dir"
| "junction"