sdfsdfs
This commit is contained in:
7
node_modules/randomfill/index.js
generated
vendored
Normal file
7
node_modules/randomfill/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
var crypto = require('crypto')
|
||||
if (typeof crypto.randomFill === 'function' && typeof crypto.randomFillSync === 'function') {
|
||||
exports.randomFill = crypto.randomFill
|
||||
exports.randomFillSync = crypto.randomFillSync
|
||||
} else {
|
||||
module.exports = require('./browser')
|
||||
}
|
Reference in New Issue
Block a user