UNPKG

@haelp/teto

Version:

A typescript-based controllable TETR.IO client.

32 lines (31 loc) 620 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "bag14", { enumerable: true, get: function() { return bag14; } }); const _utils = require("../../utils"); const bag14 = (seed)=>{ const gen = new _utils.RNG(seed); return ()=>gen.shuffleArray([ "z", "l", "o", "s", "i", "j", "t", "z", "l", "o", "s", "i", "j", "t" ]); }; //# sourceMappingURL=bag14.js.map