UNPKG

cockatoo.js

Version:

Fuzzy search library based based on Damerau Levenshtein distance algorithm for Node.js

5 lines (4 loc) 168 B
export { Cockatoo } from "./cockatoo"; export { CockatooOptions } from "./cockatooOptions"; export { Match } from "./match"; export { TokenMatch } from "./tokenMatch";