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.

8 lines (7 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nouns = exports.adjectives = void 0; const adjectives_1 = require("./adjectives"); exports.adjectives = adjectives_1.default; const nouns_1 = require("./nouns"); exports.nouns = nouns_1.default;