Skip to content

Commit

Permalink
Update is-integer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 22, 2024
1 parent 2ae7955 commit 2573488
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-d/is-integer.ts
Expand Up @@ -15,4 +15,3 @@ expectType<true>({} as IsInteger<0x10>);
expectType<true>({} as IsInteger<1e+100>);
expectType<false>({} as IsInteger<PositiveInfinity>);
expectType<false>({} as IsInteger<typeof Number.POSITIVE_INFINITY>);

0 comments on commit 2573488

Please sign in to comment.