UNPKG

@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

8 lines (7 loc) 572 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.analyzePartial = exports.analyze = exports.PropValueType = void 0; var analyzer_1 = require("./analyzer"); Object.defineProperty(exports, "PropValueType", { enumerable: true, get: function () { return analyzer_1.PropValueType; } }); Object.defineProperty(exports, "analyze", { enumerable: true, get: function () { return analyzer_1.analyzeToJson; } }); Object.defineProperty(exports, "analyzePartial", { enumerable: true, get: function () { return analyzer_1.analyzePartialToJson; } });