objectEntries()
constobjectEntries: <Type>(value:Type) => [Exclude<keyofType,symbol>,Type[Exclude<keyofType,symbol>]][]
Defined in: packages/core/src/utils/objectUtils.ts:27
A strongly-typed version of Object.entries().
Type Parameters
| Type Parameter |
|---|
Type extends Record<PropertyKey, unknown> |
Parameters
| Parameter | Type |
|---|---|
value | Type |
Returns
[Exclude<keyof Type, symbol>, Type[Exclude<keyof Type, symbol>]][]
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.