ShenNong/packages/字体精简工具/node_modules/uuid/rng.js
2024-06-21 18:44:06 +08:00

5 lines
90 B
JavaScript

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