ChemPal Documentation - v1.6.0
    Preparing search index...

    Type Alias DroppedEntry

    DroppedEntry: CorpusEntry & { failedTerms: string[] }

    A corpus entry that failed the AST predicate, with the leaves responsible.

    export type DroppedEntry = CorpusEntry & { failedTerms: string[] };