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
/
rack.js
6 lines
(4 loc)
•
92 B
JavaScript
View Raw
1
2
3
4
5
6
var
hat =
require
(
'hat'
);
var
rack = hat.
rack
();
console
.
log
(
rack
());
console
.
log
(
rack
());