Appearance
Home > sculp-js > GetKey
Get unique key function
Signature:
export type GetKey<T> = (item: T) => string | number | symbol;