UNPKG

node-version-use

Version:

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

2 lines (1 loc) 145 B
export default function nodeVersionUse(versionExpression: any, command: any, args: any, options?: any, callback?: any): void | Promise<unknown>;