UNPKG

human-readable-ids

Version:

Generate human-readable ids from lists of easy-to-spell nouns and adjectives

7 lines (5 loc) 174 B
'use strict'; module.exports = { animals: require('./assets/animals').humanReadableIds.animals , adjectives: require('./assets/adjectives').humanReadableIds.adjectives };