-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Upgrade type signature for is.infinite()
, is.integer()
, is.safeInteger()
#147
Labels
Comments
is.infinite()
, is.integer()
, is.safeInteger()
using type-fest
is.infinite()
, is.integer()
, is.safeInteger()
Also, There is |
PR welcome to both suggestions. |
The types should be copy-pasted from |
Since the |
That's fine. |
We could not find a way to make it work: #152 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is.infinite()
,is.integer()
andis.safeInteger()
could provide more strongly-typed number type usingtype-fest
.See sindresorhus/ts-extras#23
The text was updated successfully, but these errors were encountered: