ComfyUI Node

_.curry

Create a function bound to a given object (assigning `this`, and arguments, optionally). Binding with arguments is also known as `curry`.

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

Inputs (1)

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

Outputs (1)

NameTypeDescription
**