UNPKG

big-human-readable-ids

Version:

Generate (fairly) human-readable ids from lists of nouns, verbs, adverbs and adjectives

13 lines (10 loc) 285 B
/*jshint -W054 */ ;(function (exports) { 'use strict'; var hri = exports.humanReadableIds || require('../index').hri , i ; for (i = 0; i < 100; i += 1) { console.log(hri.random()); } }('undefined' !== typeof exports && exports || new Function('return this')()));