Home > @hz-9/algorithm > ToKeyStr
Converts a key to a string.
将键转换为字符串。
Signature:
export type ToKeyStr<K> = (key: K) => string;