Type Alias $<T, $O>

$: $IsDistributive<
    $O,
    { $else: IsBigintLiteral._N<T, $O>; $then: IsBigintLiteral._D<T, $O> },
>

🧰 type util

Validate if T is bigint literals.

This is a type util for building custom types. It does not check against special types.

Type Parameters