@willwade/aac-processors
    Preparing search index...

    Interface SymbolUsageStats

    Analyze symbol usage in a gridset

    AAC tree from loaded gridset

    Symbol usage statistics

    interface SymbolUsageStats {
        byLibrary: Record<string, number>;
        librariesUsed: string[];
        totalSymbols: number;
        uniqueReferences: string[];
    }
    Index

    Properties

    byLibrary: Record<string, number>
    librariesUsed: string[]
    totalSymbols: number
    uniqueReferences: string[]