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