Skip to content

Commit

Permalink
deploy: dabf90f
Browse files Browse the repository at this point in the history
  • Loading branch information
mgred committed Nov 9, 2023
1 parent 9ea5ca1 commit 8147c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion footer.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<hr /><p style='text-align: center;'>Last update: Thu Nov 2 02:00:46 CET 2023</p>
<hr /><p style='text-align: center;'>Last update: Thu Nov 9 09:37:05 CET 2023</p>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2 id="usage">Usage</h2>
<h3 id="node">Node</h3>
<p>Add using a package manager, e.g.: npm</p>
<div class="sourceCode" id="cb1"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">npm</span> i quickjs-types</span></code></pre></div>
class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">npm</span> i <span class="at">-D</span> quickjs-types</span></code></pre></div>
<p>Add types to <code>tsconfig.json</code>:</p>
<div class="sourceCode" id="cb2"><pre
class="sourceCode json"><code class="sourceCode json"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="fu">{</span></span>
Expand Down Expand Up @@ -139,6 +139,6 @@ <h2 id="todos">Todos</h2>
<li><input type="checkbox" />Add more tests</li>
<li><input type="checkbox" />Add more documentation (comments)</li>
</ul>
<hr /><p style='text-align: center;'>Last update: Thu Nov 2 02:00:46 CET 2023</p>
<hr /><p style='text-align: center;'>Last update: Thu Nov 9 09:37:05 CET 2023</p>
</body>
</html>

0 comments on commit 8147c17

Please sign in to comment.