@omlet/cli
Version:
Omlet (https://omlet.dev) is a component analytics tool that uses a CLI to scan your codebase to detect components and their usage. Get real usage insights from customizable charts to measure adoption across all projects and identify opportunities to impr
7 lines (6 loc) • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CliHookError = exports.initHooks = void 0;
var hook_1 = require("./hook");
Object.defineProperty(exports, "initHooks", { enumerable: true, get: function () { return hook_1.init; } });
Object.defineProperty(exports, "CliHookError", { enumerable: true, get: function () { return hook_1.CliHookError; } });