Skip to content

Home > sculp-js > GetKey

GetKey type

Get unique key function

Signature:

typescript
export type GetKey<T> = (item: T) => string | number | symbol;

Released under the MIT License.