UNPKG

habits-cli

Version:

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

6 lines (5 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommanderCommand = void 0; var commander_1 = require("commander"); Object.defineProperty(exports, "CommanderCommand", { enumerable: true, get: function () { return commander_1.Command; } });