UNPKG

@webkrafters/trie

Version:

Trie - trie data structure accepting any data type

13 lines (12 loc) 581 B
export type { ClosestKeyDesc, EqualityFn, KeyType, Node, Options, TrieableNode, TrieableNodeKeyMapping } from './main'; import { bSearch, isIterable, robustHash, toArray } from './main'; export declare const util: { bSearch: typeof bSearch; computeHash: typeof robustHash; defaultEqMatcher: import("./main").EqualityFn<unknown>; defaultLtMatcher: import("./main").EqualityFn<unknown>; getTypeName: (obj: any) => string; isIterable: typeof isIterable; toArray: typeof toArray; }; export { Compared, default as default, OpStatus, Status, } from './main';