Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/dts/lib.deno.ns.d.ts>Deno.SymlinkOptions

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface Deno.SymlinkOptions
import { type Deno } from "https://deno.land/x/deno@v1.28.1/cli/dts/lib.deno.ns.d.ts";
const { SymlinkOptions } = Deno;

Options that can be used with symlink and symlinkSync.

Properties

type: "file" | "dir"

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