UNPKG
@piki.me/random-username-go
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
Generate random usernames.
github.com/PikiLee/randomUsername
PikiLee/randomUsername
@piki.me/random-username-go
/
dist
/
src
/
data.d.ts
12 lines
(11 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
declare
const
_default
: {
en
: {
adjectives
:
string
[];
nouns
:
string
[]; };
'zh-Hans'
: {
adjectives
:
string
[];
nouns
:
string
[]; }; };
export
default
_default;