UNPKG

@picosearch/bk-tree

Version:

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

4 lines (3 loc) 121 B
import { BKTree } from './bk-tree'; import { getEditDistance } from './levensthein'; export { BKTree, getEditDistance };