UNPKG
hat
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
0.0.0
generate random IDs and avoid collisions
substack/node-hat
hat
/
example
/
hat.js
5 lines
(3 loc)
•
60 B
JavaScript
View Raw
1
2
3
4
5
var
hat =
require
(
'hat'
);
var
id =
hat
();
console
.
log
(id);