Home > @websublime/schema > ObjectSchemaType > isEmpty
ObjectSchemaType.isEmpty() method
Validate if an object is empty
Signature:
isEmpty(value: Maybe<T>): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| value | Maybe<T> | Value |
Returns:
boolean
Home > @websublime/schema > ObjectSchemaType > isEmpty
Validate if an object is empty
Signature:
isEmpty(value: Maybe<T>): boolean;
| Parameter | Type | Description |
|---|---|---|
| value | Maybe<T> | Value |
Returns:
boolean