UNPKG

node-version-use

Version:

Cross-platform solution for using multiple versions of node. Useful for compatibility testing

8 lines (7 loc) 197 B
/** * nvu which * * Show which Node binary would be used based on current directory. * This simulates what the nvu binary would do. */ export default function whichCmd(_args: string[]): void;