UNPKG

data-structure-typed

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