8 lines
468 B
JavaScript
8 lines
468 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.shuffled = exports.randomBytes = void 0;
|
|
var random_1 = require("./random");
|
|
Object.defineProperty(exports, "randomBytes", { enumerable: true, get: function () { return random_1.randomBytes; } });
|
|
var shuffle_1 = require("./shuffle");
|
|
Object.defineProperty(exports, "shuffled", { enumerable: true, get: function () { return shuffle_1.shuffled; } });
|
|
//# sourceMappingURL=index.js.map
|