Skip to content

Documentation / @ripl/utilities / IterableObject

Type Alias: IterableObject ​

IterableObject = Record<PropertyKey, unknown>

Defined in: collection.ts:16

An object whose values are unknown, suitable for generic iteration.