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