Deploying to gh-pages from @ harttle/liquidjs@a19feea7c4 🚀

This commit is contained in:
harttle
2022-07-09 10:22:55 +00:00
parent 5e1df22e49
commit f6dfb475ce
557 changed files with 2322 additions and 2276 deletions
+34 -17
View File
@@ -102,7 +102,7 @@
<h3 id="Const-toString" class="article-heading"><a href="#Const-toString" class="headerlink" title="Const toString"></a><code>Const</code> toString<a class="article-anchor" href="#Const-toString" aria-hidden="true"></a></h3><p><strong>toString</strong>: <em>toString</em> = Object.prototype.toString</p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L3">src/util/underscore.ts:3</a></em></p>
<h2 id="Functions" class="article-heading"><a href="#Functions" class="headerlink" title="Functions"></a>Functions<a class="article-anchor" href="#Functions" aria-hidden="true"></a></h2><h3 id="argumentsToValue" class="article-heading"><a href="#argumentsToValue" class="headerlink" title="argumentsToValue"></a>argumentsToValue<a class="article-anchor" href="#argumentsToValue" aria-hidden="true"></a></h3><p><strong>argumentsToValue</strong>&lt;<strong>F</strong>&gt;(<code>fn</code>: F): <em>(Anonymous function)</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L156">src/util/underscore.ts:156</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L160">src/util/underscore.ts:160</a></em></p>
<p><strong>Type parameters:</strong></p>
<p><strong>F</strong>: <em>function</em></p>
<p><strong>Parameters:</strong></p>
@@ -121,7 +121,7 @@
<p><strong>Returns:</strong> <em>(Anonymous function)</em></p>
<hr>
<h3 id="caseInsensitiveCompare" class="article-heading"><a href="#caseInsensitiveCompare" class="headerlink" title="caseInsensitiveCompare"></a>caseInsensitiveCompare<a class="article-anchor" href="#caseInsensitiveCompare" aria-hidden="true"></a></h3><p><strong>caseInsensitiveCompare</strong>(<code>a</code>: any, <code>b</code>: any): <em>1 | 0 | -1</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L145">src/util/underscore.ts:145</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L149">src/util/underscore.ts:149</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -142,7 +142,7 @@
<p><strong>Returns:</strong> <em>1 | 0 | -1</em></p>
<hr>
<h3 id="changeCase" class="article-heading"><a href="#changeCase" class="headerlink" title="changeCase"></a>changeCase<a class="article-anchor" href="#changeCase" aria-hidden="true"></a></h3><p><strong>changeCase</strong>(<code>str</code>: string): <em>string</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L135">src/util/underscore.ts:135</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L139">src/util/underscore.ts:139</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -159,7 +159,7 @@
<p><strong>Returns:</strong> <em>string</em></p>
<hr>
<h3 id="ellipsis" class="article-heading"><a href="#ellipsis" class="headerlink" title="ellipsis"></a>ellipsis<a class="article-anchor" href="#ellipsis" aria-hidden="true"></a></h3><p><strong>ellipsis</strong>(<code>str</code>: string, <code>N</code>: number): <em>string</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L140">src/util/underscore.ts:140</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L144">src/util/underscore.ts:144</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -180,7 +180,7 @@
<p><strong>Returns:</strong> <em>string</em></p>
<hr>
<h3 id="escapeRegExp" class="article-heading"><a href="#escapeRegExp" class="headerlink" title="escapeRegExp"></a>escapeRegExp<a class="article-anchor" href="#escapeRegExp" aria-hidden="true"></a></h3><p><strong>escapeRegExp</strong>(<code>text</code>: string): <em>string</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L160">src/util/underscore.ts:160</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L164">src/util/underscore.ts:164</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -214,7 +214,7 @@
<p><strong>Returns:</strong> <em>string</em></p>
<hr>
<h3 id="forOwn" class="article-heading"><a href="#forOwn" class="headerlink" title="forOwn"></a>forOwn<a class="article-anchor" href="#forOwn" aria-hidden="true"></a></h3><p><strong>forOwn</strong>&lt;<strong>T</strong>&gt;(<code>obj</code>: object | undefined, <code>iteratee</code>: function): <em>object</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L71">src/util/underscore.ts:71</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L75">src/util/underscore.ts:75</a></em></p>
<p><strong>Type parameters:</strong></p>
<p><strong>T</strong></p>
<p><strong>Parameters:</strong></p>
@@ -248,7 +248,7 @@
</ul>
<hr>
<h3 id="identify" class="article-heading"><a href="#identify" class="headerlink" title="identify"></a>identify<a class="article-anchor" href="#identify" aria-hidden="true"></a></h3><p><strong>identify</strong>&lt;<strong>T</strong>&gt;(<code>val</code>: T): <em>T</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L124">src/util/underscore.ts:124</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L128">src/util/underscore.ts:128</a></em></p>
<p><strong>Type parameters:</strong></p>
<p><strong>T</strong></p>
<p><strong>Parameters:</strong></p>
@@ -300,6 +300,23 @@
</tbody></table>
<p><strong>Returns:</strong> <em>value is Function</em></p>
<hr>
<h3 id="isIterable" class="article-heading"><a href="#isIterable" class="headerlink" title="isIterable"></a>isIterable<a class="article-anchor" href="#isIterable" aria-hidden="true"></a></h3><p><strong>isIterable</strong>(<code>value</code>: any): <em>value is Iterable<any></any></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L63">src/util/underscore.ts:63</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
</tr>
</thead>
<tbody><tr>
<td><code>value</code></td>
<td>any</td>
</tr>
</tbody></table>
<p><strong>Returns:</strong> <em>value is Iterable<any></any></em></p>
<hr>
<h3 id="isNil" class="article-heading"><a href="#isNil" class="headerlink" title="isNil"></a>isNil<a class="article-anchor" href="#isNil" aria-hidden="true"></a></h3><p><strong>isNil</strong>(<code>value</code>: any): <em>boolean</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L54">src/util/underscore.ts:54</a></em></p>
<p><strong>Parameters:</strong></p>
@@ -335,7 +352,7 @@
<p><strong>Returns:</strong> <em>value is number</em></p>
<hr>
<h3 id="isObject" class="article-heading"><a href="#isObject" class="headerlink" title="isObject"></a>isObject<a class="article-anchor" href="#isObject" aria-hidden="true"></a></h3><p><strong>isObject</strong>(<code>value</code>: any): <em>value is object</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L96">src/util/underscore.ts:96</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L100">src/util/underscore.ts:100</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -369,7 +386,7 @@
<p><strong>Returns:</strong> <em>value is string</em></p>
<hr>
<h3 id="last" class="article-heading"><a href="#last" class="headerlink" title="last"></a>last<a class="article-anchor" href="#last" aria-hidden="true"></a></h3><p><strong>last</strong>&lt;<strong>T</strong>&gt;(<code>arr</code>: T[]): <em>T</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L84">src/util/underscore.ts:84</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L88">src/util/underscore.ts:88</a></em></p>
<p><strong>Type parameters:</strong></p>
<p><strong>T</strong></p>
<p><strong>Parameters:</strong></p>
@@ -387,7 +404,7 @@
</tbody></table>
<p><strong>Returns:</strong> <em>T</em></p>
<p><strong>last</strong>(<code>arr</code>: string): <em>string</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L85">src/util/underscore.ts:85</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L89">src/util/underscore.ts:89</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -404,7 +421,7 @@
<p><strong>Returns:</strong> <em>string</em></p>
<hr>
<h3 id="pad" class="article-heading"><a href="#pad" class="headerlink" title="pad"></a>pad<a class="article-anchor" href="#pad" aria-hidden="true"></a></h3><p><strong>pad</strong>(<code>str</code>: any, <code>length</code>: number, <code>ch</code>: string, <code>add</code>: function): <em>any</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L117">src/util/underscore.ts:117</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L121">src/util/underscore.ts:121</a></em></p>
<p><strong>Parameters:</strong></p>
<p><strong>str</strong>: <em>any</em></p>
<p><strong>length</strong>: <em>number</em></p>
@@ -431,7 +448,7 @@
<p><strong>Returns:</strong> <em>any</em></p>
<hr>
<h3 id="padEnd" class="article-heading"><a href="#padEnd" class="headerlink" title="padEnd"></a>padEnd<a class="article-anchor" href="#padEnd" aria-hidden="true"></a></h3><p><strong>padEnd</strong>(<code>str</code>: any, <code>length</code>: number, <code>ch</code>: string): <em>any</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L113">src/util/underscore.ts:113</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L117">src/util/underscore.ts:117</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -460,7 +477,7 @@
<p><strong>Returns:</strong> <em>any</em></p>
<hr>
<h3 id="padStart" class="article-heading"><a href="#padStart" class="headerlink" title="padStart"></a>padStart<a class="article-anchor" href="#padStart" aria-hidden="true"></a></h3><p><strong>padStart</strong>(<code>str</code>: any, <code>length</code>: number, <code>ch</code>: string): <em>any</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L109">src/util/underscore.ts:109</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L113">src/util/underscore.ts:113</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -584,7 +601,7 @@
</tbody></table>
<hr>
<h3 id="range" class="article-heading"><a href="#range" class="headerlink" title="range"></a>range<a class="article-anchor" href="#range" aria-hidden="true"></a></h3><p><strong>range</strong>(<code>start</code>: number, <code>stop</code>: number, <code>step</code>: number): <em>number[]</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L101">src/util/underscore.ts:101</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L105">src/util/underscore.ts:105</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -613,7 +630,7 @@
<p><strong>Returns:</strong> <em>number[]</em></p>
<hr>
<h3 id="snakeCase" class="article-heading"><a href="#snakeCase" class="headerlink" title="snakeCase"></a>snakeCase<a class="article-anchor" href="#snakeCase" aria-hidden="true"></a></h3><p><strong>snakeCase</strong>(<code>str</code>: string): <em>string</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L128">src/util/underscore.ts:128</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/underscore.ts#L132">src/util/underscore.ts:132</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -682,7 +699,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-07-07T19:01:45.385Z" itemprop="dateModified">Last updated: 2022-07-07</time>
<time class="article-footer-updated" datetime="2022-07-09T10:22:41.285Z" itemprop="dateModified">Last updated: 2022-07-09</time>
<a href="../classes/liquid_.liquid.html" class="article-footer-next" title="sidebar.api.Liquid"><span>Next</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
@@ -691,7 +708,7 @@
<div id="article-toc-inner">
<div id="article-toc-inner-list">
<strong class="sidebar-title">Contents</strong>
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Variables"><span class="toc-text">Variables</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#Const-hasOwnProperty"><span class="toc-text">Const hasOwnProperty</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#Const-toLowerCase"><span class="toc-text">Const toLowerCase</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#Const-toString"><span class="toc-text">Const toString</span></a></li></ol></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Functions"><span class="toc-text">Functions</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#argumentsToValue"><span class="toc-text">argumentsToValue</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#caseInsensitiveCompare"><span class="toc-text">caseInsensitiveCompare</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#changeCase"><span class="toc-text">changeCase</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#ellipsis"><span class="toc-text">ellipsis</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#escapeRegExp"><span class="toc-text">escapeRegExp</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#escapeRegex"><span class="toc-text">escapeRegex</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#forOwn"><span class="toc-text">forOwn</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#identify"><span class="toc-text">identify</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isArray"><span class="toc-text">isArray</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isFunction"><span class="toc-text">isFunction</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isNil"><span class="toc-text">isNil</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isNumber"><span class="toc-text">isNumber</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isObject"><span class="toc-text">isObject</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isString"><span class="toc-text">isString</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#last"><span class="toc-text">last</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#pad"><span class="toc-text">pad</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#padEnd"><span class="toc-text">padEnd</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#padStart"><span class="toc-text">padStart</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#promisify"><span class="toc-text">promisify</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#range"><span class="toc-text">range</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#snakeCase"><span class="toc-text">snakeCase</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#stringify"><span class="toc-text">stringify</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#toLiquid"><span class="toc-text">toLiquid</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#toValue"><span class="toc-text">toValue</span></a></li></ol></li></ol>
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Variables"><span class="toc-text">Variables</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#Const-hasOwnProperty"><span class="toc-text">Const hasOwnProperty</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#Const-toLowerCase"><span class="toc-text">Const toLowerCase</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#Const-toString"><span class="toc-text">Const toString</span></a></li></ol></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Functions"><span class="toc-text">Functions</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#argumentsToValue"><span class="toc-text">argumentsToValue</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#caseInsensitiveCompare"><span class="toc-text">caseInsensitiveCompare</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#changeCase"><span class="toc-text">changeCase</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#ellipsis"><span class="toc-text">ellipsis</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#escapeRegExp"><span class="toc-text">escapeRegExp</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#escapeRegex"><span class="toc-text">escapeRegex</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#forOwn"><span class="toc-text">forOwn</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#identify"><span class="toc-text">identify</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isArray"><span class="toc-text">isArray</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isFunction"><span class="toc-text">isFunction</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isIterable"><span class="toc-text">isIterable</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isNil"><span class="toc-text">isNil</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isNumber"><span class="toc-text">isNumber</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isObject"><span class="toc-text">isObject</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isString"><span class="toc-text">isString</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#last"><span class="toc-text">last</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#pad"><span class="toc-text">pad</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#padEnd"><span class="toc-text">padEnd</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#padStart"><span class="toc-text">padStart</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#promisify"><span class="toc-text">promisify</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#range"><span class="toc-text">range</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#snakeCase"><span class="toc-text">snakeCase</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#stringify"><span class="toc-text">stringify</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#toLiquid"><span class="toc-text">toLiquid</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#toValue"><span class="toc-text">toValue</span></a></li></ol></li></ol>
</div>
<a href="#" id="article-toc-top">Back to Top</a>
</div>