guards
Type Guards used throughout the package
Variables
| Variable | Description |
|---|---|
| isArray | Type guard to check if a value is an array |
| isLuxonDateTime | Type guard to check if a value is a Luxon DateTime instance |
Functions
| Function | Description |
|---|---|
| isDateObjectUnits | Type guard to check if a value is a valid Luxon DateObjectUnits object. |
| isInstanceOf | Checks if a value is an instance of a specific class. |
| isPlainObject | Type guard to check if a value is a plain object (not null, not array) |