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
ensureLink(): Promise<void>
src: string | URL,
dest: string | URL
Ensures that the hard link exists. If the directory structure does not exist, it is created.
f
ensureLinkSync(): void
src: string | URL,
dest: string | URL
Ensures that the hard link exists. If the directory structure does not exist, it is created.