aimpress-chatbot/node_modules/uuid/rng.js
“SamoilenkoVadym” 205d62e282 Your commit message
2025-04-27 19:29:04 +01:00

4 lines
90 B
JavaScript

var rb = require('crypto').randomBytes;
module.exports = function() {
return rb(16);
};