UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

10 lines 358 B
import type { SuggestionResult } from './entities.js'; export declare class SuggestionCollector { readonly size: number; minScore: number; private results; constructor(size: number, minScore: number); get collection(): SuggestionResult[]; get sortedCollection(): SuggestionResult[]; } //# sourceMappingURL=SuggestionCollector.d.ts.map