Callback signature for key selection in arrToMap.
0.15.0
const byId: ArrToMapKeySelectorFn<{ id: string }> = (value) => value.id; Copy
const byId: ArrToMapKeySelectorFn<{ id: string }> = (value) => value.id;
Callback signature for key selection in arrToMap.