UNPKG

wonderful

Version:

A bunch of nice words and phrases to describe someone!

11 lines (6 loc) 165 B
"use strict"; let words = [ %WORDS% ]; function random() { return words[Math.floor(Math.random() * words.length)] } module.exports = {default: words, random};