Closed younho9 closed 2 years ago
There is isFinite(), but no isInfinite().
isFinite()
isInfinite()
In type-fest, there are NegativeInfinity and PositiveInfinity, so it could also be added.
NegativeInfinity
PositiveInfinity
There is
isFinite()
, but noisInfinite()
.In type-fest, there are
NegativeInfinity
andPositiveInfinity
, so it could also be added.