UNPKG
unqid
Version:
latest (1.0.1)
1.0.1
1.0.0
Generate a unique id with optional suffix
github.com/vikramcse/unqid
vikramcse/unqid
unqid
/
.eslintrc
12 lines
(11 loc)
•
150 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"defaults"
,
"env"
: {
"browser"
:
true
,
"node"
:
true
},
"rules"
: {
"no-console"
:
0
,
func
-
names
: 0
} }