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.

4 lines (3 loc) 115 B
import 'hard-rejection/register'; import { Inquirer } from './types'; export declare const create: () => Inquirer;