UNPKG

node-version-use

Version:

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

7 lines (6 loc) 143 B
/** * nvu install <version> * * Download and install a specific Node version. */ export default function installCmd(args: string[]): void;