UNPKG

fuzzy-rater

Version:

Tooling for fuzzily rating text according to some query

7 lines 234 B
export declare type IFuzzyNodeData = { /** Whether the query was matched */ matched: boolean; /** The distance the match is away from the query */ distance: number; }; //# sourceMappingURL=IFuzzyNodeData.d.ts.map