UNPKG

module-link-unlink

Version:

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

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