UNPKG

binary-tree-typed

Version:

Binary Tree. Javascript & Typescript Data Structure.

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