AshGw/ts-roids

Problem with `IsExactlyBigInt<T>` returns `boolean` instead of `true` or `false`

Closed this issue · 0 comments

Bug description

here's the side effect:

IsBigInt<any | bigint>; // boolean, which is supposed to be false

Meanwhile

IsBigInt<unknown | bigint>; // false,

How to reproduce

_

Expected behavior

_

Possible fix

No response