@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
3 lines (2 loc) • 594 B
TypeScript
export { type Component as CliHookComponent, type CliHookModule, } from "./hook/hook";
export { type AnalyzeResult as Analysis, type AnalysisStats, type AnalyzeToJsonOptions as AnalyzeOptions, type AnalyzePartialOptions, type CharacterPosition, type Component, type ComponentDependency, type ComponentDependencyNode, type ComponentPropUsage, type ComponentReference, type ComponentUsage, type Export, type ModuleId, type Prop, type PropValue, type ReferenceWithSource, type SymbolWithSource, PropValueType, analyzeToJson as analyze, analyzePartialToJson as analyzePartial, } from "./analyzer";