• File: index.js
  • Full Path: /var/www/imalireports/node_modules/randomfill/index.js
  • Date Modified: 11/01/2022 10:15 PM
  • File size: 266 bytes
  • MIME-type: text/plain
  • Charset: utf-8
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')
}