mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
Deploying to gh-pages from @ harttle/liquidjs@b5b2a98d5e 🚀
This commit is contained in:
@@ -91,7 +91,10 @@
|
||||
|
||||
</header>
|
||||
<div class="article-content" itemprop="articleBody">
|
||||
<h2 id="Type-aliases" class="article-heading"><a href="#Type-aliases" class="headerlink" title="Type aliases"></a>Type aliases<a class="article-anchor" href="#Type-aliases" aria-hidden="true"></a></h2><h3 id="resolver" class="article-heading"><a href="#resolver" class="headerlink" title="resolver"></a>resolver<a class="article-anchor" href="#resolver" aria-hidden="true"></a></h3><p>Ƭ <strong>resolver</strong>: <em>function</em></p>
|
||||
<h2 id="Type-aliases" class="article-heading"><a href="#Type-aliases" class="headerlink" title="Type aliases"></a>Type aliases<a class="article-anchor" href="#Type-aliases" aria-hidden="true"></a></h2><h3 id="Task" class="article-heading"><a href="#Task" class="headerlink" title="Task"></a>Task<a class="article-anchor" href="#Task" aria-hidden="true"></a></h3><p>Ƭ <strong>Task</strong>: <em><a href="../interfaces/util_async_.thenable.html">Thenable</a>‹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/async.ts#L37">util/async.ts:37</a></em></p>
|
||||
<hr>
|
||||
<h3 id="resolver" class="article-heading"><a href="#resolver" class="headerlink" title="resolver"></a>resolver<a class="article-anchor" href="#resolver" aria-hidden="true"></a></h3><p>Ƭ <strong>resolver</strong>: <em>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/async.ts#L3">util/async.ts:3</a></em></p>
|
||||
<h4 id="Type-declaration" class="article-heading"><a href="#Type-declaration" class="headerlink" title="Type declaration:"></a>Type declaration:<a class="article-anchor" href="#Type-declaration" aria-hidden="true"></a></h4><p>▸ (<code>x?</code>: any): <em>any</em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
@@ -107,8 +110,10 @@
|
||||
<td>any</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<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="createRejectedThenable" class="article-heading"><a href="#createRejectedThenable" class="headerlink" title="createRejectedThenable"></a>createRejectedThenable<a class="article-anchor" href="#createRejectedThenable" aria-hidden="true"></a></h3><p>▸ <strong>createRejectedThenable</strong>(<code>err</code>: Error): <em><a href="../interfaces/util_async_.thenable.html">Thenable</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="createRejectedThenable" class="article-heading"><a href="#createRejectedThenable" class="headerlink" title="createRejectedThenable"></a>createRejectedThenable<a class="article-anchor" href="#createRejectedThenable" aria-hidden="true"></a></h3><p>▸ <strong>createRejectedThenable</strong><<strong>T</strong>>(<code>err</code>: Error): <em><a href="../interfaces/util_async_.thenable.html">Thenable</a>‹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/async.ts#L18">util/async.ts:18</a></em></p>
|
||||
<p><strong>Type parameters:</strong></p>
|
||||
<p>▪ <strong>T</strong></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -122,10 +127,12 @@
|
||||
<td>Error</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em><a href="../interfaces/util_async_.thenable.html">Thenable</a></em></p>
|
||||
<p><strong>Returns:</strong> <em><a href="../interfaces/util_async_.thenable.html">Thenable</a>‹T›</em></p>
|
||||
<hr>
|
||||
<h3 id="createResolvedThenable" class="article-heading"><a href="#createResolvedThenable" class="headerlink" title="createResolvedThenable"></a>createResolvedThenable<a class="article-anchor" href="#createResolvedThenable" aria-hidden="true"></a></h3><p>▸ <strong>createResolvedThenable</strong>(<code>value</code>: any): <em><a href="../interfaces/util_async_.thenable.html">Thenable</a></em></p>
|
||||
<h3 id="createResolvedThenable" class="article-heading"><a href="#createResolvedThenable" class="headerlink" title="createResolvedThenable"></a>createResolvedThenable<a class="article-anchor" href="#createResolvedThenable" aria-hidden="true"></a></h3><p>▸ <strong>createResolvedThenable</strong><<strong>T</strong>>(<code>value</code>: T): <em><a href="../interfaces/util_async_.thenable.html">Thenable</a>‹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/async.ts#L10">util/async.ts:10</a></em></p>
|
||||
<p><strong>Type parameters:</strong></p>
|
||||
<p>▪ <strong>T</strong></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -136,10 +143,10 @@
|
||||
</thead>
|
||||
<tbody><tr>
|
||||
<td><code>value</code></td>
|
||||
<td>any</td>
|
||||
<td>T</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em><a href="../interfaces/util_async_.thenable.html">Thenable</a></em></p>
|
||||
<p><strong>Returns:</strong> <em><a href="../interfaces/util_async_.thenable.html">Thenable</a>‹T›</em></p>
|
||||
<hr>
|
||||
<h3 id="isAsyncIterator" class="article-heading"><a href="#isAsyncIterator" class="headerlink" title="isAsyncIterator"></a>isAsyncIterator<a class="article-anchor" href="#isAsyncIterator" aria-hidden="true"></a></h3><p>▸ <strong>isAsyncIterator</strong>(<code>val</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/async.ts#L33">util/async.ts:33</a></em></p>
|
||||
@@ -158,8 +165,10 @@
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em>boolean</em></p>
|
||||
<hr>
|
||||
<h3 id="isThenable" class="article-heading"><a href="#isThenable" class="headerlink" title="isThenable"></a>isThenable<a class="article-anchor" href="#isThenable" aria-hidden="true"></a></h3><p>▸ <strong>isThenable</strong>(<code>val</code>: any): <em>boolean</em></p>
|
||||
<h3 id="isThenable" class="article-heading"><a href="#isThenable" class="headerlink" title="isThenable"></a>isThenable<a class="article-anchor" href="#isThenable" aria-hidden="true"></a></h3><p>▸ <strong>isThenable</strong><<strong>T</strong>>(<code>val</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/async.ts#L29">util/async.ts:29</a></em></p>
|
||||
<p><strong>Type parameters:</strong></p>
|
||||
<p>▪ <strong>T</strong></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -175,8 +184,10 @@
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em>boolean</em></p>
|
||||
<hr>
|
||||
<h3 id="toPromise" class="article-heading"><a href="#toPromise" class="headerlink" title="toPromise"></a>toPromise<a class="article-anchor" href="#toPromise" aria-hidden="true"></a></h3><p>▸ <strong>toPromise</strong>(<code>val</code>: IterableIterator‹any› | <a href="../interfaces/util_async_.thenable.html">Thenable</a> | any): <em>Promise‹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/async.ts#L65">util/async.ts:65</a></em></p>
|
||||
<h3 id="toPromise" class="article-heading"><a href="#toPromise" class="headerlink" title="toPromise"></a>toPromise<a class="article-anchor" href="#toPromise" aria-hidden="true"></a></h3><p>▸ <strong>toPromise</strong><<strong>T</strong>>(<code>val</code>: IterableIterator‹any› | <a href="../interfaces/util_async_.thenable.html">Thenable</a>‹T› | T): <em>Promise‹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/async.ts#L67">util/async.ts:67</a></em></p>
|
||||
<p><strong>Type parameters:</strong></p>
|
||||
<p>▪ <strong>T</strong></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -187,13 +198,15 @@
|
||||
</thead>
|
||||
<tbody><tr>
|
||||
<td><code>val</code></td>
|
||||
<td>IterableIterator‹any› | <a href="../interfaces/util_async_.thenable.html">Thenable</a> | any</td>
|
||||
<td>IterableIterator‹any› | <a href="../interfaces/util_async_.thenable.html">Thenable</a>‹T› | T</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em>Promise‹any›</em></p>
|
||||
<p><strong>Returns:</strong> <em>Promise‹T›</em></p>
|
||||
<hr>
|
||||
<h3 id="toThenable" class="article-heading"><a href="#toThenable" class="headerlink" title="toThenable"></a>toThenable<a class="article-anchor" href="#toThenable" aria-hidden="true"></a></h3><p>▸ <strong>toThenable</strong>(<code>val</code>: IterableIterator‹any› | <a href="../interfaces/util_async_.thenable.html">Thenable</a> | any): <em><a href="../interfaces/util_async_.thenable.html">Thenable</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/async.ts#L38">util/async.ts:38</a></em></p>
|
||||
<h3 id="toThenable" class="article-heading"><a href="#toThenable" class="headerlink" title="toThenable"></a>toThenable<a class="article-anchor" href="#toThenable" aria-hidden="true"></a></h3><p>▸ <strong>toThenable</strong><<strong>T</strong>>(<code>val</code>: IterableIterator‹any› | <a href="../interfaces/util_async_.thenable.html">Thenable</a>‹T› | any): <em><a href="../interfaces/util_async_.thenable.html">Thenable</a>‹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/async.ts#L40">util/async.ts:40</a></em></p>
|
||||
<p><strong>Type parameters:</strong></p>
|
||||
<p>▪ <strong>T</strong></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -204,13 +217,15 @@
|
||||
</thead>
|
||||
<tbody><tr>
|
||||
<td><code>val</code></td>
|
||||
<td>IterableIterator‹any› | <a href="../interfaces/util_async_.thenable.html">Thenable</a> | any</td>
|
||||
<td>IterableIterator‹any› | <a href="../interfaces/util_async_.thenable.html">Thenable</a>‹T› | any</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em><a href="../interfaces/util_async_.thenable.html">Thenable</a></em></p>
|
||||
<p><strong>Returns:</strong> <em><a href="../interfaces/util_async_.thenable.html">Thenable</a>‹T›</em></p>
|
||||
<hr>
|
||||
<h3 id="toValue" class="article-heading"><a href="#toValue" class="headerlink" title="toValue"></a>toValue<a class="article-anchor" href="#toValue" aria-hidden="true"></a></h3><p>▸ <strong>toValue</strong>(<code>val</code>: IterableIterator‹any› | <a href="../interfaces/util_async_.thenable.html">Thenable</a> | any): <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/async.ts#L70">util/async.ts:70</a></em></p>
|
||||
<h3 id="toValue" class="article-heading"><a href="#toValue" class="headerlink" title="toValue"></a>toValue<a class="article-anchor" href="#toValue" aria-hidden="true"></a></h3><p>▸ <strong>toValue</strong><<strong>T</strong>>(<code>val</code>: IterableIterator‹any› | <a href="../interfaces/util_async_.thenable.html">Thenable</a>‹T› | 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/async.ts#L72">util/async.ts:72</a></em></p>
|
||||
<p><strong>Type parameters:</strong></p>
|
||||
<p>▪ <strong>T</strong></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -221,14 +236,14 @@
|
||||
</thead>
|
||||
<tbody><tr>
|
||||
<td><code>val</code></td>
|
||||
<td>IterableIterator‹any› | <a href="../interfaces/util_async_.thenable.html">Thenable</a> | any</td>
|
||||
<td>IterableIterator‹any› | <a href="../interfaces/util_async_.thenable.html">Thenable</a>‹T› | T</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em>any</em></p>
|
||||
<p><strong>Returns:</strong> <em>T</em></p>
|
||||
|
||||
</div>
|
||||
<footer class="article-footer">
|
||||
<time class="article-footer-updated" datetime="2021-10-16T04:32:16.799Z" itemprop="dateModified">Last updated: 2021-10-16</time>
|
||||
<time class="article-footer-updated" datetime="2021-10-16T14:40:23.386Z" itemprop="dateModified">Last updated: 2021-10-16</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>
|
||||
@@ -237,7 +252,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="#Type-aliases"><span class="toc-text">Type aliases</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#resolver"><span class="toc-text">resolver</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#Type-declaration"><span class="toc-text">Type declaration:</span></a></li></ol></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="#createRejectedThenable"><span class="toc-text">createRejectedThenable</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#createResolvedThenable"><span class="toc-text">createResolvedThenable</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isAsyncIterator"><span class="toc-text">isAsyncIterator</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isThenable"><span class="toc-text">isThenable</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#toPromise"><span class="toc-text">toPromise</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#toThenable"><span class="toc-text">toThenable</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="#Type-aliases"><span class="toc-text">Type aliases</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#Task"><span class="toc-text">Task</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#resolver"><span class="toc-text">resolver</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#Type-declaration"><span class="toc-text">Type declaration:</span></a></li></ol></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="#createRejectedThenable"><span class="toc-text">createRejectedThenable</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#createResolvedThenable"><span class="toc-text">createResolvedThenable</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isAsyncIterator"><span class="toc-text">isAsyncIterator</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#isThenable"><span class="toc-text">isThenable</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#toPromise"><span class="toc-text">toPromise</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#toThenable"><span class="toc-text">toThenable</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>
|
||||
|
||||
Reference in New Issue
Block a user