Files
dealplustech/dealplustech-astro/node_modules/astro/dist/assets/fonts/infra/levenshtein-string-matcher.d.ts
2026-03-02 12:35:14 +07:00

6 lines
217 B
TypeScript

import type { StringMatcher } from '../definitions.js';
export declare class LevenshteinStringMatcher implements StringMatcher {
#private;
getClosestMatch(target: string, candidates: Array<string>): string;
}