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