sindresorhus / ts-extras

Essential utilities for TypeScript projects
MIT License
587 stars 15 forks source link

Proposal: Add `isInfinite()` #28

Closed younho9 closed 2 years ago

younho9 commented 2 years ago

There is isFinite(), but no isInfinite().

In type-fest, there are NegativeInfinity and PositiveInfinity, so it could also be added.