File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ export function ifCond(
2020 return v1 == v2 ? options . fn ( this ) : options . inverse ( this ) ;
2121 case "===" :
2222 return v1 === v2 ? options . fn ( this ) : options . inverse ( this ) ;
23+ case "!=" :
24+ return v1 != v2 ? options . fn ( this ) : options . inverse ( this ) ;
25+ case "!==" :
26+ return v1 !== v2 ? options . fn ( this ) : options . inverse ( this ) ;
2327 case "<" :
2428 return v1 < v2 ? options . fn ( this ) : options . inverse ( this ) ;
2529 case "<=" :
Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ <h1>Example</h1>
6868 < h2 > Installation</ h2 >
6969 </ a >
7070 < p > Example install</ p >
71- < pre > < code class ="language-text "> $ npm install examples --save-dev</ code > </ pre >
71+ < pre > < code class ="language-text "> $ npm install examples --save-dev
72+ </ code > </ pre >
7273 < p > Example executable: < code > examples</ code > .</ p >
7374 < a href ="#usage " id ="usage " style ="color: inherit; text-decoration: none; ">
7475 < h2 > Usage</ h2 >
@@ -77,7 +78,8 @@ <h2>Usage</h2>
7778 < h3 > Shell</ h3 >
7879 </ a >
7980 < p > Example usage.</ p >
80- < pre > < code class ="language-text "> $ examples --out path/to/documentation/ path/to/example/project/</ code > </ pre >
81+ < pre > < code class ="language-text "> $ examples --out path/to/documentation/ path/to/example/project/
82+ </ code > </ pre >
8183 < a href ="#arguments " id ="arguments " style ="color: inherit; text-decoration: none; ">
8284 < h3 > Arguments</ h3 >
8385 </ a >
Original file line number Diff line number Diff line change @@ -104,13 +104,16 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> gh1475</h3>
104104 < h4 > Type declaration</ h4 >
105105 < ul class ="tsd-parameters ">
106106 < li class ="tsd-parameter ">
107- < h5 > both< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > </ h5 >
107+ < h5 > < span class ="tsd-signature-symbol "> get </ span > both< span class ="tsd-signature-symbol "> (): </ span > < span class ="tsd-signature-type "> string</ span > </ h5 >
108+ </ li >
109+ < li class ="tsd-parameter ">
110+ < h5 > < span class ="tsd-signature-symbol "> set </ span > both< span class ="tsd-signature-symbol "> (</ span > x< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> ): </ span > < span class ="tsd-signature-type "> void</ span > </ h5 >
108111 </ li >
109112 < li class ="tsd-parameter ">
110113 < h5 > < span class ="tsd-signature-symbol "> get </ span > get< wbr > It< span class ="tsd-signature-symbol "> (): </ span > < span class ="tsd-signature-type "> number</ span > </ h5 >
111114 </ li >
112115 < li class ="tsd-parameter ">
113- < h5 > < span class ="tsd-signature-symbol "> set </ span > set< wbr > It< span class ="tsd-signature-symbol "> (</ span > n< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> number</ span > < span class ="tsd-signature-symbol "> )</ span > </ h5 >
116+ < h5 > < span class ="tsd-signature-symbol "> set </ span > set< wbr > It< span class ="tsd-signature-symbol "> (</ span > n< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> number</ span > < span class ="tsd-signature-symbol "> ): </ span > < span class =" tsd-signature-type " > void </ span > </ h5 >
114117 </ li >
115118 </ ul >
116119 </ div >
Original file line number Diff line number Diff line change @@ -104,13 +104,16 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> gh1475</h3>
104104 < h4 > Type declaration</ h4 >
105105 < ul class ="tsd-parameters ">
106106 < li class ="tsd-parameter ">
107- < h5 > both< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > </ h5 >
107+ < h5 > < span class ="tsd-signature-symbol "> get </ span > both< span class ="tsd-signature-symbol "> (): </ span > < span class ="tsd-signature-type "> string</ span > </ h5 >
108+ </ li >
109+ < li class ="tsd-parameter ">
110+ < h5 > < span class ="tsd-signature-symbol "> set </ span > both< span class ="tsd-signature-symbol "> (</ span > x< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> ): </ span > < span class ="tsd-signature-type "> void</ span > </ h5 >
108111 </ li >
109112 < li class ="tsd-parameter ">
110113 < h5 > < span class ="tsd-signature-symbol "> get </ span > get< wbr > It< span class ="tsd-signature-symbol "> (): </ span > < span class ="tsd-signature-type "> number</ span > </ h5 >
111114 </ li >
112115 < li class ="tsd-parameter ">
113- < h5 > < span class ="tsd-signature-symbol "> set </ span > set< wbr > It< span class ="tsd-signature-symbol "> (</ span > n< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> number</ span > < span class ="tsd-signature-symbol "> )</ span > </ h5 >
116+ < h5 > < span class ="tsd-signature-symbol "> set </ span > set< wbr > It< span class ="tsd-signature-symbol "> (</ span > n< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> number</ span > < span class ="tsd-signature-symbol "> ): </ span > < span class =" tsd-signature-type " > void </ span > </ h5 >
114117 </ li >
115118 </ ul >
116119 </ div >
You can’t perform that action at this time.
0 commit comments