UNPKG
wonderful
Version:
latest (1.0.1)
1.0.1
1.0.0
A bunch of nice words and phrases to describe someone!
wonderful
/
index.tmpl.js
11 lines
(6 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
let
words = [ %
WORDS
% ];
function
random
(
) {
return
words[
Math
.
floor
(
Math
.
random
() * words.
length
)] }
module
.
exports
= {
default
: words, random};