UNPKG

node-version-use

Version:

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

8 lines (7 loc) 211 B
/** * nvu default [version] * * Set or display the global default Node version. * This is used when no .nvmrc or .nvurc is found in the project. */ export default function defaultCmd(args: string[]): void;