sindresorhus / type-fest

A collection of essential TypeScript types
Creative Commons Zero v1.0 Universal
14.42k stars 548 forks source link

Add missing `If` types for `Is` types #961

Open ikelax opened 1 month ago

ikelax commented 1 month ago

This PR introduces the missing If types for the following Is types:

I have followed the contributing guidelines. I also plan to review one of the open pull requests, as recommended.

Question:

I noticed typos in source/is-integer.d.ts on lines 6 and 11 (is a integer and is a intrger). Would you prefer a separate PR to address these, or should I include the fix in this one?

Closes #788.