UNPKG

data-structure-typed

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