mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 20:53:02 -05:00
5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
var rb = require('crypto').randomBytes;
|
|
module.exports = function() {
|
|
return rb(16);
|
|
};
|