UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

3 lines 203 B
export declare function nearestMatches(input: string, candidates: string[], max?: number): string[]; export declare function levenshtein(a: string, b: string): number; //# sourceMappingURL=match.d.ts.map