Skip to content

Commit 373727b

Browse files
authored
Merge pull request #63 from leibale/TS-types
Ts types
2 parents 530d043 + 757e913 commit 373727b

37 files changed

+1023
-779
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646

4747
# generate types
48-
- run: ./node_modules/.bin/tsc
48+
- run: npm run types
4949

5050
# run tests!
5151
- run: sudo npm install -g istanbul codecov
@@ -73,7 +73,7 @@ jobs:
7373
git config user.name "ci-build"
7474
- run:
7575
name: Create docs with jsdoc
76-
command: jsdoc ./src -r -d ./docs -R ./README.md
76+
command: npm run docs
7777
- run:
7878
name: Deploy docs to gh-pages branch
7979
command: gh-pages --dist ./docs --branch master --dest ./docs --message "[skip ci] Updates"

docs/Edge.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h5>Parameters:</h5>
215215

216216
<dt class="tag-source">Source:</dt>
217217
<dd class="tag-source"><ul class="dummy"><li>
218-
<a href="edge.js.html">edge.js</a>, <a href="edge.js.html#line5">line 5</a>
218+
<a href="edge.js.html">edge.js</a>, <a href="edge.js.html#line10">line 10</a>
219219
</li></ul></dd>
220220

221221

@@ -321,7 +321,7 @@ <h5>Parameters:</h5>
321321
<td class="type">
322322

323323

324-
<span class="param-type">int</span>
324+
<span class="param-type">number</span>
325325

326326

327327

@@ -331,7 +331,7 @@ <h5>Parameters:</h5>
331331

332332

333333

334-
<td class="description last"></td>
334+
<td class="description last">(integer)</td>
335335
</tr>
336336

337337

@@ -372,7 +372,7 @@ <h5>Parameters:</h5>
372372

373373
<dt class="tag-source">Source:</dt>
374374
<dd class="tag-source"><ul class="dummy"><li>
375-
<a href="edge.js.html">edge.js</a>, <a href="edge.js.html#line26">line 26</a>
375+
<a href="edge.js.html">edge.js</a>, <a href="edge.js.html#line30">line 30</a>
376376
</li></ul></dd>
377377

378378

@@ -456,7 +456,7 @@ <h4 class="name" id="toString"><span class="type-signature"></span>toString<span
456456

457457
<dt class="tag-source">Source:</dt>
458458
<dd class="tag-source"><ul class="dummy"><li>
459-
<a href="edge.js.html">edge.js</a>, <a href="edge.js.html#line33">line 33</a>
459+
<a href="edge.js.html">edge.js</a>, <a href="edge.js.html#line37">line 37</a>
460460
</li></ul></dd>
461461

462462

@@ -512,13 +512,13 @@ <h5>Returns:</h5>
512512
</div>
513513

514514
<nav>
515-
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Edge.html">Edge</a></li><li><a href="Graph.html">Graph</a></li><li><a href="Node.html">Node</a></li><li><a href="Path.html">Path</a></li><li><a href="Record.html">Record</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="Statistics.html">Statistics</a></li></ul><h3>Global</h3><ul><li><a href="global.html#Label">Label</a></li></ul>
515+
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Edge.html">Edge</a></li><li><a href="Graph.html">Graph</a></li><li><a href="Node.html">Node</a></li><li><a href="Path.html">Path</a></li><li><a href="Record.html">Record</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="Statistics.html">Statistics</a></li></ul><h3>Global</h3><ul><li><a href="global.html#Label">Label</a></li><li><a href="global.html#ResultSetColumnTypes">ResultSetColumnTypes</a></li><li><a href="global.html#ResultSetValueTypes">ResultSetValueTypes</a></li></ul>
516516
</nav>
517517

518518
<br class="clear">
519519

520520
<footer>
521-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon Jan 25 2021 06:48:03 GMT+0000 (Coordinated Universal Time)
521+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Wed Feb 17 2021 14:48:31 GMT-0500 (Eastern Standard Time)
522522
</footer>
523523

524524
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)