API reference › @evolu/common › RefCount › createRefCountByKey
Call Signature
function createRefCountByKey<TKey>(): RefCountByKey<TKey>;
Defined in: packages/common/src/RefCount.ts:90
Creates RefCountByKey.
Call Signature
function createRefCountByKey<TKey, L>(
options: CreateRefCountByKeyOptions<TKey, L>,
): RefCountByKey<TKey>;
Defined in: packages/common/src/RefCount.ts:93
Creates RefCountByKey with custom logical key lookup.