-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.html
63 lines (55 loc) · 2.31 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="light/github-markdown.css" rel="stylesheet">
<link href="light/highlight-github.min.css" rel="stylesheet">
<script src="highlight.min.js"></script>
<script src="highlight-tsc.min.js"></script>
<link href="global.css" rel="stylesheet">
<title>TypeDoc: Live Preview</title>
</head>
<body class="markdown-body">
<header class="display-none">
<a href="#" class="btn btn-reload" title="Reload" id="btnReload"> </a>
</header>
<div class="content">
<div class="hint-panel">
<span>Place text cursor on typedoc comment to see its preview</span>
</div>
<div style="width: 16px; height: 16px;">
<svg fill="#6495ed" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><style>@keyframes spinner_MGfb{93.75%{opacity:.2}}.spinner_S1WN{animation:spinner_MGfb .8s linear infinite;animation-delay:-.8s}</style><circle cx="4" cy="12" r="3" class="spinner_S1WN"/><circle cx="12" cy="12" r="3" class="spinner_S1WN" style="animation-delay:-.65s"/><circle cx="20" cy="12" r="3" class="spinner_S1WN" style="animation-delay:-.5s"/></svg>
</div>
<pre><code class="language-ts">calculateMagic(input): Promise< number ></code></pre>
<p>Calculate magic</p>
<h2>Parameters</h2>
<table>
<thead>
<tr>
<th style="text-align:left">Parameter</th>
<th style="text-align:left">Type</th>
<th style="text-align:left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left"><code>input</code></td>
<td style="text-align:left"><code>string</code></td>
<td style="text-align:left">secret input 1</td>
</tr>
</tbody>
</table>
<h2>Returns</h2>
<p><code>Promise</code>< <code>number</code> ></p>
<p>returns magic number</p>
<h2>Source</h2>
<p>index.ts:8</p>
</div>
<footer>
Powered by <a href="https://typedoc.org" class="typedoclogo" target="_blank">TypeDoc</a>
</footer>
<script src="lib.js"></script>
<!-- <script>hljs.highlightAll();</script> -->
</body>
</html>