UNPKG

@picosearch/bk-tree

Version:

Simple, zero dependency, type-safe implementation of a BK-Tree data structure.

2 lines (1 loc) 72 B
export declare const getEditDistance: (a: string, b: string) => number;