UNPKG

@alixmixx/unique-username-generator

Version:

A package to generate a unique username from email or randomly selected nouns and adjectives. User can add a separator between the username, define the maximum length of a username and adds up to six random digits.

4 lines (3 loc) 98 B
import adjectives from "./adjectives"; import nouns from "./nouns"; export { adjectives, nouns };