mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
Deploying to gh-pages from @ harttle/liquidjs@d4df3a0b53 🚀
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
|
||||
</header>
|
||||
<div class="article-content" itemprop="articleBody">
|
||||
<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="assert" class="article-heading"><a href="#assert" class="headerlink" title="assert"></a>assert<a class="article-anchor" href="#assert" aria-hidden="true"></a></h3><p>▸ <strong>assert</strong><<strong>T</strong>>(<code>predicate</code>: T | null | undefined, <code>message?</code>: undefined | function): <em>void</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="assert" class="article-heading"><a href="#assert" class="headerlink" title="assert"></a>assert<a class="article-anchor" href="#assert" aria-hidden="true"></a></h3><p>▸ <strong>assert</strong><<strong>T</strong>>(<code>predicate</code>: T | null | undefined, <code>message?</code>: string | function): <em>void</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/assert.ts#L3">util/assert.ts:3</a></em></p>
|
||||
<p><strong>Type parameters:</strong></p>
|
||||
<p>▪ <strong>T</strong></p>
|
||||
@@ -109,14 +109,14 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>message?</code></td>
|
||||
<td>undefined | function</td>
|
||||
<td>string | function</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em>void</em></p>
|
||||
|
||||
</div>
|
||||
<footer class="article-footer">
|
||||
<time class="article-footer-updated" datetime="2021-10-06T11:19:38.402Z" itemprop="dateModified">Last updated: 2021-10-06</time>
|
||||
<time class="article-footer-updated" datetime="2021-10-16T04:32:16.815Z" 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>
|
||||
|
||||
Reference in New Issue
Block a user