mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 14:00:39 -07:00
Deploying to gh-pages from @ harttle/liquidjs@d4df3a0b53 🚀
This commit is contained in:
@@ -128,7 +128,24 @@
|
||||
<td>T1</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="exists" class="article-heading"><a href="#exists" class="headerlink" title="exists"></a>exists<a class="article-anchor" href="#exists" aria-hidden="true"></a></h3><p>▸ <strong>exists</strong>(<code>filepath</code>: string): <em>Promise‹boolean›</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="dirname" class="article-heading"><a href="#dirname" class="headerlink" title="dirname"></a>dirname<a class="article-anchor" href="#dirname" aria-hidden="true"></a></h3><p>▸ <strong>dirname</strong>(<code>filepath</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/fs/node.ts#L39">fs/node.ts:39</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr>
|
||||
<td><code>filepath</code></td>
|
||||
<td>string</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em>string</em></p>
|
||||
<hr>
|
||||
<h3 id="exists" class="article-heading"><a href="#exists" class="headerlink" title="exists"></a>exists<a class="article-anchor" href="#exists" aria-hidden="true"></a></h3><p>▸ <strong>exists</strong>(<code>filepath</code>: string): <em>Promise‹boolean›</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L8">fs/node.ts:8</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
@@ -240,7 +257,7 @@
|
||||
|
||||
</div>
|
||||
<footer class="article-footer">
|
||||
<time class="article-footer-updated" datetime="2021-10-06T11:19:38.306Z" itemprop="dateModified">Last updated: 2021-10-06</time>
|
||||
<time class="article-footer-updated" datetime="2021-10-16T04:32:16.899Z" 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>
|
||||
@@ -249,7 +266,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-readFileAsync"><span class="toc-text">Const readFileAsync</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><li class="toc-item toc-level-3"><a class="toc-link" href="#Const-statAsync"><span class="toc-text">Const statAsync</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#Type-declaration-1"><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="#exists"><span class="toc-text">exists</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#existsSync"><span class="toc-text">existsSync</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#fallback"><span class="toc-text">fallback</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readFile"><span class="toc-text">readFile</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readFileSync"><span class="toc-text">readFileSync</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#resolve"><span class="toc-text">resolve</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-readFileAsync"><span class="toc-text">Const readFileAsync</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><li class="toc-item toc-level-3"><a class="toc-link" href="#Const-statAsync"><span class="toc-text">Const statAsync</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#Type-declaration-1"><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="#dirname"><span class="toc-text">dirname</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#exists"><span class="toc-text">exists</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#existsSync"><span class="toc-text">existsSync</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#fallback"><span class="toc-text">fallback</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readFile"><span class="toc-text">readFile</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readFileSync"><span class="toc-text">readFileSync</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#resolve"><span class="toc-text">resolve</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