mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 05:10:40 -07:00
Deploying to gh-pages from @ harttle/liquidjs@ed95d9a760 🚀
This commit is contained in:
@@ -109,46 +109,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><<strong>T</strong>>(<code>err</code>: <a href="../classes/util_error_.liquiderror.html#static-error">Error</a>): <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">src/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>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr>
|
||||
<td><code>err</code></td>
|
||||
<td><a href="../classes/util_error_.liquiderror.html#static-error">Error</a></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<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><<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">src/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>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr>
|
||||
<td><code>value</code></td>
|
||||
<td>T</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<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>val is IterableIterator<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/async.ts#L33">src/util/async.ts:33</a></em></p>
|
||||
<h2 id="Variables" class="article-heading"><a href="#Variables" class="headerlink" title="Variables"></a>Variables<a class="article-anchor" href="#Variables" aria-hidden="true"></a></h2><h3 id="Const-toThenable" class="article-heading"><a href="#Const-toThenable" class="headerlink" title="Const toThenable"></a><code>Const</code> toThenable<a class="article-anchor" href="#Const-toThenable" aria-hidden="true"></a></h3><p>• <strong>toThenable</strong>: <em><a href="util_async_.html#topromise">toPromise</a></em> = toPromise</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#L63">src/util/async.ts:63</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="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>val is IterableIterator<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/async.ts#L14">src/util/async.ts:14</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -165,7 +129,7 @@
|
||||
<p><strong>Returns:</strong> <em>val is IterableIterator<any></any></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><<strong>T</strong>>(<code>val</code>: any): <em>val is Thenable<t></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#L29">src/util/async.ts:29</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#L10">src/util/async.ts:10</a></em></p>
|
||||
<p><strong>Type parameters:</strong></p>
|
||||
<p>▪ <strong>T</strong></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
@@ -184,7 +148,7 @@
|
||||
<p><strong>Returns:</strong> <em>val is Thenable<t></t></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><<strong>T</strong>>(<code>val</code>: Generator‹unknown, T, unknown› | <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#L65">src/util/async.ts:65</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#L19">src/util/async.ts:19</a></em></p>
|
||||
<p><strong>Type parameters:</strong></p>
|
||||
<p>▪ <strong>T</strong></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
@@ -202,8 +166,8 @@
|
||||
</tbody></table>
|
||||
<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><<strong>T</strong>>(<code>val</code>: IteratorResult‹unknown, T› | <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#L38">src/util/async.ts:38</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>: Generator‹unknown, T, unknown› | 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#L41">src/util/async.ts:41</a></em></p>
|
||||
<p><strong>Type parameters:</strong></p>
|
||||
<p>▪ <strong>T</strong></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
@@ -216,33 +180,14 @@
|
||||
</thead>
|
||||
<tbody><tr>
|
||||
<td><code>val</code></td>
|
||||
<td>IteratorResult‹unknown, T› | <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>‹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><<strong>T</strong>>(<code>val</code>: Generator‹unknown, T, unknown› | <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#L70">src/util/async.ts:70</a></em></p>
|
||||
<p><strong>Type parameters:</strong></p>
|
||||
<p>▪ <strong>T</strong></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr>
|
||||
<td><code>val</code></td>
|
||||
<td>Generator‹unknown, T, unknown› | <a href="../interfaces/util_async_.thenable.html">Thenable</a>‹T› | T</td>
|
||||
<td>Generator‹unknown, T, unknown› | T</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em>T</em></p>
|
||||
|
||||
</div>
|
||||
<footer class="article-footer">
|
||||
<time class="article-footer-updated" datetime="2022-07-07T17:47:03.909Z" itemprop="dateModified">Last updated: 2022-07-07</time>
|
||||
<time class="article-footer-updated" datetime="2022-07-07T18:59:43.751Z" itemprop="dateModified">Last updated: 2022-07-07</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>
|
||||
@@ -251,7 +196,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="#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="#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-toThenable"><span class="toc-text">Const toThenable</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="#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="#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