Appearance
const isLuxonInterval: (value: unknown) => value is Interval;
Type guard to check if a value is a Luxon Interval instance
value
unknown
value is Interval
True if the value is a Luxon Interval, false otherwise