mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-11 13:13:02 -05:00
initial commit
This commit is contained in:
4
node_modules/uuid/rng.js
generated
vendored
Normal file
4
node_modules/uuid/rng.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
var rb = require('crypto').randomBytes;
|
||||
module.exports = function() {
|
||||
return rb(16);
|
||||
};
|
||||
Reference in New Issue
Block a user