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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
For some reason, the Rhax type permits using NumberRhax methods on a value of type number | null, that is despite the type T extends number ? RhaxNumber : EmptyObj (From the Rhax type definition) evaluating to EmptyObj when T is number | null.
The text was updated successfully, but these errors were encountered:
For some reason, the
Rhax
type permits usingNumberRhax
methods on a value of typenumber | null
, that is despite the typeT extends number ? RhaxNumber : EmptyObj
(From the Rhax type definition) evaluating toEmptyObj
whenT
isnumber | null
.The text was updated successfully, but these errors were encountered: