Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed May 25, 2024
1 parent c9a7105 commit 941170f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Table.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ <h2>Table</h2>
<div class="container-overview">


<div class="description"><p>Structure for any table name/path.</p></div>
<div class="description"><p>Structure for any table name/path.</p>
<p>Function <a href="helpers.html#._TN">_TN</a> can help you construct it from a string.</p></div>



Expand Down
2 changes: 1 addition & 1 deletion helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ <h4 class="name" id="._TN"><span class="type-signature">(static) </span>_TN<span

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="helpers_table-name.js.html">helpers/table-name.js</a>, <a href="helpers_table-name.js.html#line141">line 141</a>
<a href="helpers_table-name.js.html">helpers/table-name.js</a>, <a href="helpers_table-name.js.html#line143">line 143</a>
</li></ul></dd>


Expand Down
2 changes: 2 additions & 0 deletions helpers_table-name.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-pg
* @description
* Structure for any table name/path.
*
* Function {@link helpers._TN _TN} can help you construct it from a string.
*
* @property {string} [schema] - schema name, if specified
* @property {string} table - table name
*
Expand Down

0 comments on commit 941170f

Please sign in to comment.