UNPKG

thx

Version:

Get a random way to show your gratitude in different languages

7 lines (5 loc) 175 B
'use strict'; var uniqueRandomArray = require('unique-random-array'); var list = require('./list.json'); module.exports = uniqueRandomArray(list); module.exports.all = list;