UNPKG

install-module-linked

Version:
3 lines (2 loc) 213 B
import type { InstallCallback, InstallOptions } from '../types.js'; export default function installModule(installString: string, nodeModulesPath: string, options: InstallOptions, callback: InstallCallback): void;