Home > @hz-9/algorithm > ToHashCode
Converts a string key to a hash code.
将字符串键转换为哈希码。
Signature:
export type ToHashCode = (keyStr: string) => number;