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