UNPKG

habits-cli

Version:

The habits application seeks to help individuals build up healthy habits.

9 lines (8 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.show = void 0; var inquirer_1 = require("./inquirer"); var show = function (questions, initialAnswers) { return inquirer_1.inquirer.prompt(questions, initialAnswers); }; exports.show = show;