UNPKG

module-link-unlink

Version:

Link and unlink a module with saving and restoring the previous install

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