Nodes/comfy-ovum/_.remove
ComfyUI Node

_.remove

Removes all elements from array that predicate returns truthy for and returns an array of the removed elements. The predicate is invoked with three arguments: (value, index, array).

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

Inputs (1)

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

Outputs (1)

NameTypeDescription
**