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
frontend: change equal argument types to unknown for safer typing
Using `unknown` enforces type safety by requiring explicit type
checks or assertions before performing operations on the values.
Also updated `Object.keys` usage with a more precise type assertion
to satisfy TypeScript's stricter checks when working with `unknown`.
This version now also supports date and regexp.
0 commit comments