Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
randomfill
📤 Upload
📝 New File
📁 New Folder
Close
Editing: index.js
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') }
Save
Cancel