Type Alias $<T, $O>

$: $ResolveOptions<[$O["exact"], false]> extends true
    ? $IsDistributive<
        $O,
        { $else: IsNotBigint._SN<T, $O>; $then: IsNotBigint._SD<T, $O> },
    >
    : NotAssignable.$<T, bigint, $O>

🧰 type util

Validate if T is not bigint nor bigint literals.

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

Type Parameters