UNPKG

@rayburst/sharity

Version:

Analyze shared package usage across monorepos - calculate symbol sharing percentages, track exclusive imports, and identify unused exports

8 lines 324 B
/** * Programmatic API for shared-package-analyzer */ export { SharedPackageAnalyzer } from '../core/analyzer'; export { SymbolTracker } from '../core/symbol-tracker'; export { formatAsTable, formatAsJson, formatThresholdResult, } from '../cli/formatter'; export * from '../core/types'; //# sourceMappingURL=index.d.ts.map