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
/
verbs.js
18 lines
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module.exports
= [
"jumped"
,
"flew"
,
"walked"
,
"drank"
,
"sold"
,
"bought"
,
"gave"
,
"cooked"
,
"cleaned"
,
"preached"
,
"built"
,
"rested"
,
"slept"
,
"ran"
,
"looked"
,
"listened"
]
;