Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit d914c48

Browse files
rklfssblakeembrey
authored andcommitted
Support for intersection types (#45)
1 parent de71015 commit d914c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default/partials/type.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{{/if}}
2525
{{#each types}}
2626
{{#if @index}}
27-
<span class="tsd-signature-symbol"> | </span>
27+
<span class="tsd-signature-symbol"> {{#ifCond ../type '==' 'intersection'}}&amp;{{else}}|{{/ifCond}} </span>
2828
{{/if}}{{> type}}
2929
{{/each}}
3030
{{#if isArray}}

0 commit comments

Comments
 (0)