UNPKG

module-link-unlink

Version:

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

9 lines (8 loc) 293 B
export { default as linkModule } from './linkModule.mjs'; export { default as unlinkModule } from './unlinkModule.mjs'; import { default as linkModule } from './linkModule.mjs'; import { default as unlinkModule } from './unlinkModule.mjs'; export default { linkModule, unlinkModule };