Works with
•JSR Score70%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Functions
f
ensureSymlink(): Promise<void>
target: string | URL,
linkName: string | URL
Ensures that the link exists, and points to a valid file. If the directory structure does not exist, it is created.
f
ensureSymlinkSync(): void
target: string | URL,
linkName: string | URL
Ensures that the link exists, and points to a valid file. If the directory structure does not exist, it is created.