UNPKG

link-unlink

Version:

Link and unlink with saving and restoring the previous file or directory

3 lines (2 loc) 156 B
import type { LinkCallback } from './types.js'; export default function link(src: string, target: string, callback?: LinkCallback): void | Promise<string>;