UNPKG

big-human-readable-ids

Version:

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

8 lines (6 loc) 249 B
/*jshint -W054 */ ;(function (exports) { 'use strict'; exports.humanReadableIds = exports.humanReadableIds || {}; exports.humanReadableIds.{{setname}} = {{set}}; }('undefined' !== typeof exports && exports || new Function('return this')()));