Sha256: 600387b832b2df6095c9e5d6fe64dd4f22ac244de3df87bfb70aa1212da8f027
Contents?: true
Size: 266 Bytes
Versions: 35
Compression:
Stored size: 266 Bytes
Contents
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') }
Version data entries
35 entries across 34 versions & 12 rubygems