UNPKG

basebee

Version:

Basebee is a powerful key-value store built on top of Autobase and Hyperbee, designed to efficiently manage data with customizable key/value encodings, prefix-based key organization, and batch operations. It integrates stream-based APIs for handling key-v

3 lines 109 B
export function getPropFromMultipleObjects(key, ...objects) { return objects.find(o => !!o[key])?.[key] }