W3cubDocs

/Deno

Deno.SymlinkOptions

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

Type

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