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