This website works better with JavaScript
Home
Explore
Help
Register
Sign In
slow
/
hai
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ba2806550c
Branches
Tags
master
hai
/
1
/
server
/
node_modules
/
parse
/
lib
/
node
/
uuid.js
uuid.js
81 B
History
Raw
1
2
3
4
5
"use strict";
let uuid = null;
uuid = require('uuid/v4');
module.exports = uuid;