aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typedoc/dist/lib/converter/types/union-or-intersection.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/typedoc/dist/lib/converter/types/union-or-intersection.js')
-rw-r--r--node_modules/typedoc/dist/lib/converter/types/union-or-intersection.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/typedoc/dist/lib/converter/types/union-or-intersection.js b/node_modules/typedoc/dist/lib/converter/types/union-or-intersection.js
index db54d2ddf..e744df501 100644
--- a/node_modules/typedoc/dist/lib/converter/types/union-or-intersection.js
+++ b/node_modules/typedoc/dist/lib/converter/types/union-or-intersection.js
@@ -52,10 +52,10 @@ var UnionOrIntersectionConverter = (function (_super) {
}
return !!(type.flags & ts.TypeFlags.Intersection) ? new index_1.IntersectionType(types) : new index_1.UnionType(types);
};
+ UnionOrIntersectionConverter = __decorate([
+ components_1.Component({ name: 'type:union-or-intersection' })
+ ], UnionOrIntersectionConverter);
return UnionOrIntersectionConverter;
}(components_1.ConverterTypeComponent));
-UnionOrIntersectionConverter = __decorate([
- components_1.Component({ name: 'type:union-or-intersection' })
-], UnionOrIntersectionConverter);
exports.UnionOrIntersectionConverter = UnionOrIntersectionConverter;
//# sourceMappingURL=union-or-intersection.js.map \ No newline at end of file