ethers.js/packages/random/lib/index.js

8 lines
468 B
JavaScript
Raw Permalink Normal View History

2019-05-14 18:48:48 -04:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
2021-03-07 18:24:04 -05:00
exports.shuffled = exports.randomBytes = void 0;
2020-11-16 23:07:24 -05:00
var random_1 = require("./random");
2021-03-07 18:24:04 -05:00
Object.defineProperty(exports, "randomBytes", { enumerable: true, get: function () { return random_1.randomBytes; } });
2019-05-14 18:48:48 -04:00
var shuffle_1 = require("./shuffle");
2021-03-07 18:24:04 -05:00
Object.defineProperty(exports, "shuffled", { enumerable: true, get: function () { return shuffle_1.shuffled; } });
2020-07-13 08:03:56 -04:00
//# sourceMappingURL=index.js.map