Home > @websublime/schema > BaseSchemaType > isEmpty

BaseSchemaType.isEmpty() method

Validate if value is empty

Signature:

isEmpty(value: Maybe<T>): boolean;

Parameters

ParameterTypeDescription
valueMaybe<T>Value

Returns:

boolean