pub fn fold_ts_conditional_type<V>(
    _visitor: &mut V,
    n: TsConditionalType
) -> TsConditionalType where
    V: Fold + ?Sized