mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-08 12:16:42 +01:00
servidor funciona, gpio desabilitat
This commit is contained in:
10
node_modules/shortid/lib/random/random-byte.js
generated
vendored
Executable file
10
node_modules/shortid/lib/random/random-byte.js
generated
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
var crypto = require('crypto');
|
||||
var randomBytes = crypto.randomBytes;
|
||||
|
||||
function randomByte() {
|
||||
return randomBytes(1)[0] & 0x30;
|
||||
}
|
||||
|
||||
module.exports = randomByte;
|
||||
Reference in New Issue
Block a user