-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (63 loc) · 3.32 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
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>ssv: space separated values</title>
<meta name="theme-color" content="violet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Practice using ssv online from anywhere in space.">
<link rel="stylesheet" href="index.css">
<link rel="help" href="https://github.com/ryanve/ssv/blob/master/README.md">
<link rel="icon" href="icon.svg">
<link rel="preconnect" href="https://github.com">
<link rel="canonical" href="https://ryanve.github.io/ssv/">
<h1><a href="https://ryanve.github.io/ssv/"><code>ssv</code></a></h1>
<p><dfn>ssv</dfn> is universal
<a rel="license" href="LICENSE.txt">opensource</a>
JavaScript for <b>space-separated values</b>
<p><b><code>ssv</code></b> is stellar for classnames and beyond
<p><b><code>ssv</code></b> is well
<a href="ssv.js">engineered</a>
<a href="test.js">tested</a>
<a href="https://github.com/ryanve/ssv/blob/master/README.md">documented</a>
<p><b><code>ssv</code></b> seeks
<a href="https://github.com/sponsors/ryanve">sponsors</a>
<a href="https://github.com/ryanve/ssv/stargazers">stargazers</a>
<p>Explore <b><code>ssv</code></b> in the console on this page
<nav>
<h2><a href="https://github.com/ryanve/ssv/blob/master/README.md#methods">methods</a></h2>
<ul>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#all"><code>ssv.all</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#and"><code>ssv.and</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#any"><code>ssv.any</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#at"><code>ssv.at</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#blank"><code>ssv.blank</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#count"><code>ssv.count</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#edit"><code>ssv.edit</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#gum"><code>ssv.gum</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#jam"><code>ssv.jam</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#not"><code>ssv.not</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#or"><code>ssv.or</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#say"><code>ssv.say</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#split"><code>ssv.split</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#state"><code>ssv.state</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#xor"><code>ssv.xor</code></a>
<li><a href="https://github.com/ryanve/ssv/blob/master/README.md#yolo"><code>ssv.yolo</code></a>
</ul>
</nav>
<h2>beyond</h2>
<p>
universal javascript module gracious <code>for</code> stars on
<a href="https://github.com/ryanve/ssv">github</a>
whose <a href="ssv.js">javascript</a>
features loops and function composition
with <a href="test.js">hella samples tested</a>
because <code>ssv</code> is timeless
</p>
<script src="ssv.js"></script>
<script>
if ("console" in window) {
if ("dir" in console) {
console.dir(ssv)
}
}
</script>