module-link-unlink
Version:
Link and unlink a module with saving and restoring the previous install
1 lines • 297 B
Source Map (JSON)
{"version":3,"sources":["/Users/kevin/Dev/OpenSource/node/module-link-unlink/src/types.ts"],"sourcesContent":["export type LinkCallback = (err?: Error, installedAt?: string) => void;\nexport type UnlinkCallback = (err?: Error, installedAt?: string) => void;\n"],"names":[],"mappings":"AACA,WAAyE"}