UNPKG

module-link-unlink

Version:

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

3 lines (2 loc) 184 B
import type { LinkCallback } from './types.ts'; export default function linkModule(src: string, nodeModules: string, callback?: undefined | LinkCallback): undefined | Promise<string>;