UNPKG
simple-human-ids
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
Generate human-readable ids from lists of easy-to-spell words
simple-human-ids
/
data
/
adverbs.js
20 lines
•
291 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module.exports
= [
"slowly"
,
"quickly"
,
"firmly"
,
"lightly"
,
"carefully"
,
"randomly"
,
"everywhere"
,
"downstairs"
,
"inside"
,
"outside"
,
"somewhere"
,
"underground"
,
"upstairs"
,
"early"
,
"now"
,
"today"
,
"simply"
,
"well"
]
;