Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { StringMatcher } from '../definitions.js';
|
||||
export declare class LevenshteinStringMatcher implements StringMatcher {
|
||||
#private;
|
||||
getClosestMatch(target: string, candidates: Array<string>): string;
|
||||
}
|
||||
Reference in New Issue
Block a user