UNPKG

habits-cli

Version:

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

10 lines (9 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.prompt = void 0; var show_1 = require("./show"); var selectProperty_1 = require("./selectProperty"); exports.prompt = { show: show_1.show, selectProperty: selectProperty_1.selectProperty, };