lib/emptyChecks
Api Code Documentation / Exports / lib/emptyChecks
#
Table of contents#
Functions#
Functions#
isEmptyâ–¸ isEmpty<T
>(value
): value is undefined | null
#
Type parametersName |
---|
T |
#
ParametersName | Type |
---|---|
value | undefined | null | T |
#
Returnsvalue is undefined | null
#
Defined in#
isNotEmptyâ–¸ isNotEmpty<T
>(value
): value is T
#
Type parametersName |
---|
T |
#
ParametersName | Type |
---|---|
value | undefined | null | T |
#
Returnsvalue is T