UNPKG

install-module-linked

Version:
3 lines (2 loc) 151 B
import type { InstallCallback } from '../types.js'; export default function install(specifier: string, dest: string, callback: InstallCallback): void;