Initial commit - Event Planner application
This commit is contained in:
7
node_modules/@lukeed/csprng/node/index.js
generated
vendored
Normal file
7
node_modules/@lukeed/csprng/node/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
const { randomBytes } = require('crypto');
|
||||
|
||||
function random(len) {
|
||||
return randomBytes(len);
|
||||
}
|
||||
|
||||
exports.random = random;
|
||||
Reference in New Issue
Block a user