Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/workerd/fs.ts>LinkOptions

A JavaScript extension package for building strong and modern applications.
Latest
interface LinkOptions
Re-export
import { type LinkOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/workerd/fs.ts";

Options for the link function.

Properties

optional
symbolic: boolean

Create a symbolic link instead of a hard link.