-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (127 loc) · 7.03 KB
/
index.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html xmlns='http://www.w3.org/xhtml'>
<head>
<meta charset='UTF-8' />
<title>@tsfun — API Reference</title>
<style>
body {
font-family: sans-serif;
}
header .title {
text-align: center;
}
footer {
text-align: center;
}
a {
color: #6495ed;
}
.child .name {
font-size: 1.0875rem;
font-weight: bold;
}
.child .npm {
color: red;
text-decoration: none;
font-size: 0.875rem;
}
.child .version {
font-size: 0.875rem;
color: rgba(0, 0, 0, 0.5);
font-weight: bold;
max-width: 90px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
vertical-align: middle;
}
</style>
</head>
<body>
<header>
<h1 class='title'>@tsfun — API Reference</h1>
</header>
<main>
<nav>
<ul>
<li class='child' data-name="@tsfun/all" data-version="0.0.37" data-description="Functional Programming in TypeScript without class methods" data-route="all/index.html" data-npm="https://www.npmjs.com/package/@tsfun/all">
<article>
<a class='link name' target='@tsfun/all' href='all/index.html'>@tsfun/all</a>
<span class='version' title='version'>0.0.37</span>
<a class='npm' title='npm page' target='_blank' href='https://www.npmjs.com/package/@tsfun/all'>[npm]</a>
<p class='description'><span title='package description'>Functional Programming in TypeScript without class methods</span></p>
</article>
</li>
<li class='child' data-name="@tsfun/array" data-version="0.0.8" data-description="Utilities related to arrays" data-route="array/index.html" data-npm="https://www.npmjs.com/package/@tsfun/array">
<article>
<a class='link name' target='@tsfun/array' href='array/index.html'>@tsfun/array</a>
<span class='version' title='version'>0.0.8</span>
<a class='npm' title='npm page' target='_blank' href='https://www.npmjs.com/package/@tsfun/array'>[npm]</a>
<p class='description'><span title='package description'>Utilities related to arrays</span></p>
</article>
</li>
<li class='child' data-name="@tsfun/function" data-version="0.0.11" data-description="Function utilities" data-route="function/index.html" data-npm="https://www.npmjs.com/package/@tsfun/function">
<article>
<a class='link name' target='@tsfun/function' href='function/index.html'>@tsfun/function</a>
<span class='version' title='version'>0.0.11</span>
<a class='npm' title='npm page' target='_blank' href='https://www.npmjs.com/package/@tsfun/function'>[npm]</a>
<p class='description'><span title='package description'>Function utilities</span></p>
</article>
</li>
<li class='child' data-name="@tsfun/misc" data-version="0.0.11" data-description="Miscellaneous utilities" data-route="misc/index.html" data-npm="https://www.npmjs.com/package/@tsfun/misc">
<article>
<a class='link name' target='@tsfun/misc' href='misc/index.html'>@tsfun/misc</a>
<span class='version' title='version'>0.0.11</span>
<a class='npm' title='npm page' target='_blank' href='https://www.npmjs.com/package/@tsfun/misc'>[npm]</a>
<p class='description'><span title='package description'>Miscellaneous utilities</span></p>
</article>
</li>
<li class='child' data-name="@tsfun/object" data-version="0.0.21" data-description="Utilities related to objects" data-route="object/index.html" data-npm="https://www.npmjs.com/package/@tsfun/object">
<article>
<a class='link name' target='@tsfun/object' href='object/index.html'>@tsfun/object</a>
<span class='version' title='version'>0.0.21</span>
<a class='npm' title='npm page' target='_blank' href='https://www.npmjs.com/package/@tsfun/object'>[npm]</a>
<p class='description'><span title='package description'>Utilities related to objects</span></p>
</article>
</li>
<li class='child' data-name="@tsfun/option" data-version="0.0.19" data-description="Option in TypeScript" data-route="option/index.html" data-npm="https://www.npmjs.com/package/@tsfun/option">
<article>
<a class='link name' target='@tsfun/option' href='option/index.html'>@tsfun/option</a>
<span class='version' title='version'>0.0.19</span>
<a class='npm' title='npm page' target='_blank' href='https://www.npmjs.com/package/@tsfun/option'>[npm]</a>
<p class='description'><span title='package description'>Option in TypeScript</span></p>
</article>
</li>
<li class='child' data-name="@tsfun/pipe" data-version="0.0.15" data-description="Dot-chained pipeline" data-route="pipe/index.html" data-npm="https://www.npmjs.com/package/@tsfun/pipe">
<article>
<a class='link name' target='@tsfun/pipe' href='pipe/index.html'>@tsfun/pipe</a>
<span class='version' title='version'>0.0.15</span>
<a class='npm' title='npm page' target='_blank' href='https://www.npmjs.com/package/@tsfun/pipe'>[npm]</a>
<p class='description'><span title='package description'>Dot-chained pipeline</span></p>
</article>
</li>
<li class='child' data-name="@tsfun/result" data-version="0.0.20" data-description="Result in TypeScript" data-route="result/index.html" data-npm="https://www.npmjs.com/package/@tsfun/result">
<article>
<a class='link name' target='@tsfun/result' href='result/index.html'>@tsfun/result</a>
<span class='version' title='version'>0.0.20</span>
<a class='npm' title='npm page' target='_blank' href='https://www.npmjs.com/package/@tsfun/result'>[npm]</a>
<p class='description'><span title='package description'>Result in TypeScript</span></p>
</article>
</li>
<li class='child' data-name="@tsfun/tap" data-version="0.0.14" data-description="Insert a side-effect in between function pipeline" data-route="tap/index.html" data-npm="https://www.npmjs.com/package/@tsfun/tap">
<article>
<a class='link name' target='@tsfun/tap' href='tap/index.html'>@tsfun/tap</a>
<span class='version' title='version'>0.0.14</span>
<a class='npm' title='npm page' target='_blank' href='https://www.npmjs.com/package/@tsfun/tap'>[npm]</a>
<p class='description'><span title='package description'>Insert a side-effect in between function pipeline</span></p>
</article>
</li>
</ul>
</nav>
</main>
<footer>
<hr />
<a title='Repository' target='_blank' href='https://github.com/tsfun/tsfun.git'>https://github.com/tsfun/tsfun.git</a>
</footer>
</body>
</html>