Nodes/comfy-ovum/_.toPairs
ComfyUI Node

_.toPairs

Convert an object into a list of `[key, value]` pairs. Aliased as `toPairs`.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.toPairs
  • obj
  • *
Categoryovum/underscore

Inputs (1)

NameTypeDefaultDescription
objopt*Primary input object. Also accepts _.CHAIN to continue chaining.

Outputs (1)

NameTypeDescription
**