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.
9 lines (8 loc) • 335 B
TypeScript
export * from './main';
export * from './types';
export * from './actions/actionManager';
export * from './actions/confirm';
export * from './actions/input';
export { SelectColorQuestion, SelectColorAnswer, SelectColorAction } from './actions/selectColor';
export * from './actions/selectFiles';
export * from './actions/showMessage';