R
T

MemoizeCacheKey

testeddemo

The type of the key used to index the cache. Defaults to a serialized string but may be any value when a custom `getKey` is supplied.

Demo

Loading demo…

Signature

ts
export type MemoizeCacheKey = PropertyKey;