ComfyUI Node
_.curry
Create a function bound to a given object (assigning `this`, and arguments, optionally). Binding with arguments is also known as `curry`.
_.curry
- obj
- *
Categoryovum/underscore
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| objopt | * | Primary input object. Also accepts _.CHAIN to continue chaining. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |