Type alias IsBigInt<T>

IsBigInt<T>: IfExtends<T, bigint, true, false>

Type Parameters

  • T

Returns

true if T is bigint, otherwise false.