deno / latest / ~ / deno.symlinkoptions.html

Deno.SymlinkOptions

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

Type

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