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.

3 lines (2 loc) 106 B
import { BrowserWindow } from 'electron'; export declare function createWindow(): Promise<BrowserWindow>;