2
0
mirror of synced 2025-02-24 20:18:07 +00:00
ethers.js/lib/randomish.js

11 lines
159 B
JavaScript
Raw Normal View History

var utils = require('./utils.js');
function Randomish() {
}
utils.defineProperty(Randomish, 'randomBytes', function() {
});
module.exports = Randomish