UNPKG

module-link-unlink

Version:

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

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