Files
skills-here-run-place/node_modules/astro/dist/assets/fonts/infra/levenshtein-string-matcher.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01: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;
}