Skip to content

Commit

Permalink
Deployed ebf1874 to 0.3 with MkDocs 1.6.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fusiondoc committed Aug 20, 2024
1 parent e5f534e commit 78bc627
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion 0.3/api-reference/memory/types/scope/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2965,7 +2965,7 @@ <h1 class="fusiondoc-api-header" id="scope">
<span class="fusiondoc-api-icon" markdown><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M0 4.75C0 3.784.784 3 1.75 3h20.5c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0 1 22.25 21H1.75A1.75 1.75 0 0 1 0 19.25V4.75zm1.75-.25a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h20.5a.25.25 0 0 0 .25-.25V4.75a.25.25 0 0 0-.25-.25H1.75z"/><path fill-rule="evenodd" d="M5 8.75A.75.75 0 0 1 5.75 8h11.5a.75.75 0 0 1 0 1.5H5.75A.75.75 0 0 1 5 8.75zm0 4a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75z"/></svg></span></span>
<span class="fusiondoc-api-name">Scope</span>
<a class="headerlink" href="#scope" title="Permanent link">&para;</a></h1>
<div class="highlight"><pre><span></span><code><span class="n">export</span> <span class="nb">type</span> <span class="n">Scope</span><span class="o">&lt;</span><span class="n">Constructors</span><span class="o">&gt;</span> <span class="o">=</span> <span class="p">{</span><span class="n">unknown</span><span class="p">}</span> <span class="o">&amp;</span> <span class="n">Constructors</span>
<div class="highlight"><pre><span></span><code><span class="n">export</span> <span class="nb">type</span> <span class="n">Scope</span><span class="o">&lt;</span><span class="n">Constructors</span> <span class="o">=</span> <span class="n">typeof</span><span class="p">(</span><span class="n">Fusion</span><span class="p">)</span><span class="o">&gt;</span> <span class="o">=</span> <span class="p">{</span><span class="n">unknown</span><span class="p">}</span> <span class="o">&amp;</span> <span class="n">Constructors</span>
</code></pre></div>
<p>A table collecting all objects created as part of an independent unit of code,
with optional <code>Constructors</code> as methods which can be called.</p>
Expand Down
2 changes: 1 addition & 1 deletion 0.3/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 78bc627

Please sign in to comment.