UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

6 lines 162 B
export type Feature = readonly [string, number]; export interface SuggestionResult { word: string; score: number; } //# sourceMappingURL=entities.d.ts.map