Branch option to specifically handles the any type.
any
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 Copy
type YourType<T, $Options extends $Any.Options> = ...type R = YourType<T, $Any.$Branch> extends $Any ? HandleAny : HandleOthers
Branch option to specifically handles the
any
type.Use this to finely customize the behavior of your type.