Nodes/comfy-ovum/_.isEmpty
ComfyUI Node

_.isEmpty

Returns true if collection has no elements. For strings and array-like objects _.isEmpty checks if the length property is 0. For other objects, it returns true if the object has no enumerable own-properties. Note that primitive numbers, booleans and symbols are always empty by this definition.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.isEmpty
  • py_dict
  • BOOLEAN
Categoryovum/underscore

Inputs (1)

NameTypeDefaultDescription
py_dictopt*Primary input object (expected object). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining.

Outputs (1)

NameTypeDescription
BOOLEANBOOLEAN