Function: isDateBeforeType()
isDateBeforeType(
value):value is DateBefore
Defined in: src/utils/typeguards.ts:55
Checks if the given value is of type DateBefore.
Parameters
| Parameter | Type | Description |
|---|---|---|
value | unknown | The value to check. |
Returns
value is DateBefore
true if the value is a DateBefore, otherwise false.