forked from swiftwasm/JavaScriptKit
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (71 loc) · 2.63 KB
/
index.html
File metadata and controls
76 lines (71 loc) · 2.63 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JavaScriptKit - Array</title>
<link rel="stylesheet" type="text/css" href="/JavaScriptKit/all.css" media="all" />
</head>
<body>
<header>
<a href="/JavaScriptKit">
<strong>
JavaScriptKit
</strong>
<span>Documentation</span>
</a>
<sup>Beta</sup>
</header>
<!--
<form class="search">
<input type="search" placeholder="Search" />
</form>
-->
<nav>
<div class="wrapper">
<h2>On This Page</h2>
<ol><li><a href="#methods">Methods</a><ul><li class="function"><a href="#array.jsvalue()">jsValue()</a></li><li class="function"><a href="#array.jsvalue()">jsValue()</a></li><li class="function"><a href="#array.construct(from:)">construct(from:)</a></li></ul></li></ol>
</div>
</nav>
<main>
<article>
<h1>
<small>Extensions on</small>
<code class="name">Array</code>
</h1>
<section id="methods">
<h2>Methods</h2>
<div role="article" class="function" id="array.jsvalue()">
<h3>
<code>jsValue()</code>
</h3>
<div class="declaration">
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -> <span class="type">JSValue</span> </code></pre>
</div>
</div>
<div role="article" class="function" id="array.jsvalue()">
<h3>
<code>jsValue()</code>
</h3>
<div class="declaration">
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -> <span class="type">JSValue</span> </code></pre>
</div>
</div>
<div role="article" class="function" id="array.construct(from:)">
<h3>
<code>construct(from:)</code>
</h3>
<div class="declaration">
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">func</span> <span class="function">construct</span>(<span class="variable">from</span> <span class="variable">value</span>: <span class="type">JSValue</span>) -> [<span class="type">Element</span>]? </code></pre>
</div>
</div>
</section>
</article>
</main>
<footer>
<p>
Generated on <time datetime="2021-04-29T16:41:31+0000">April 29, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.6</span>.
</p>
</footer>
</body>
</html>