UNPKG

xinquirer

Version:

Like Inquirer.js but for with dialog windows. node.js API and CLI to to ask user to enter data, dialogs on top of the current window.

5 lines (4 loc) 267 B
import { Action, Answer, Question } from '../types'; export declare function getAllActions(): Action<any, any>[]; /** third parties can use this to register new action implementations */ export declare function registerAction(action: Action<Question, Answer>): void;