UNPKG

module-link-unlink

Version:

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

11 lines (10 loc) 382 B
export type * from './types'; export { default as linkModule } from './linkModule'; export { default as unlinkModule } from './unlinkModule'; import { default as linkModule } from './linkModule'; import { default as unlinkModule } from './unlinkModule'; declare const _default: { linkModule: typeof linkModule; unlinkModule: typeof unlinkModule; }; export default _default;