This repository was archived by the owner on Aug 14, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +26
-20
lines changed Expand file tree Collapse file tree 1 file changed +26
-20
lines changed Original file line number Diff line number Diff line change 6464 {{ /if }}
6565 {{ /compact }}
6666 {{ else }}
67- {{ #compact }}
68- <span class =" tsd-signature-type" >
69- {{ #if name }}
70- {{ name }}
71- {{ else if value}}
72- "{{ value }} "
73- {{ else }}
74- {{ this }}
75- {{ /if }}
76- </span >
77- {{ #if typeArguments }}
78- <span class =" tsd-signature-symbol" >< </span >
67+ {{ #if operator }}
68+ {{ #compact }}
69+ <span class =" tsd-signature-type" >{{ operator }} {{ #with target }} {{> type }} {{ /with }} </span >
70+ {{ /compact }}
71+ {{ else }}
72+ {{ #compact }}
73+ <span class =" tsd-signature-type" >
74+ {{ #if name }}
75+ {{ name }}
76+ {{ else if value}}
77+ "{{ value }} "
78+ {{ else }}
79+ {{ this }}
80+ {{ /if }}
81+ </span >
82+ {{ #if typeArguments }}
83+ <span class =" tsd-signature-symbol" >< </span >
7984
80- {{ #each typeArguments }}
81- {{ #if @index }}
82- <span class =" tsd-signature-symbol" >, </span >
83- {{ /if }} {{> type }}
84- {{ /each }}
85+ {{ #each typeArguments }}
86+ {{ #if @index }}
87+ <span class =" tsd-signature-symbol" >, </span >
88+ {{ /if }} {{> type }}
89+ {{ /each }}
8590
86- <span class =" tsd-signature-symbol" >> </span >
87- {{ /if }}
88- {{ /compact }}
91+ <span class =" tsd-signature-symbol" >> </span >
92+ {{ /if }}
93+ {{ /compact }}
94+ {{ /if }}
8995 {{ /ifCond }}
9096 {{ /if }}
9197 {{ /if }}
You can’t perform that action at this time.
0 commit comments