UNPKG

ffsnode

Version:

[WIP] A simple, efficient Node version manager that aims to be fast, predictable, and frustration-free.

6 lines (5 loc) 97 B
export interface CommandModule { command: string; describe: string; handler: () => void; }