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.
13 lines • 478 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./main"));
__export(require("./types"));
__export(require("./actions/actionManager"));
__export(require("./actions/confirm"));
__export(require("./actions/input"));
__export(require("./actions/selectFiles"));
__export(require("./actions/showMessage"));
//# sourceMappingURL=index.js.map