You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Fix Number/number mismatch for TypeScript 5 migration
When testing typescript 5.0.4, several lines in Recurrence.ts give:
error TS2365: Operator '>' cannot be applied to types 'number' and 'Number'
This fixes that error.
0 commit comments