UNPKG

binary-tree-typed

Version:

Binary Tree. Javascript & Typescript Data Structure.

3 lines (2 loc) 78 B
export * from './hash-map'; export type HashFunction<K> = (key: K) => number;