type-plus
    Preparing search index...

    Type Alias $Branch

    Branch option to specifically handles the any type.

    Use this to finely customize the behavior of your type.

    type YourType<T, $Options extends $Any.Options> = ...

    type R = YourType<T, $Any.$Branch> extends $Any ? HandleAny : HandleOthers
    type $Branch = {
        $any: $Any;
    }
    Index

    Properties

    Properties

    $any: $Any