UNPKG

node-version-use

Version:

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

4 lines (3 loc) 203 B
export declare const commands: Record<string, (args: string[]) => void>; export declare function isCommand(name: string): boolean; export declare function runCommand(name: string, args: string[]): void;