UNPKG

link-unlink

Version:

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

3 lines (2 loc) 146 B
export type LinkCallback = (err?: Error, installedAt?: string) => void; export type UnlinkCallback = (err?: Error, installedAt?: string) => void;