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
All functions are now type guards with an optional generic which can be provided if you want to override or otherwise be more specific about what type your asserted value is.
BREAKING CHANGE
The return types have changed from eg. boolean to value is number[], which may result in type errors in your projects.