UNPKG

@haelp/teto

Version:

A typescript-based controllable TETR.IO client.

22 lines (21 loc) 427 B
import { RNG } from "../../utils/index.mjs"; export const bag14 = (seed)=>{ const gen = new RNG(seed); return ()=>gen.shuffleArray([ "z", "l", "o", "s", "i", "j", "t", "z", "l", "o", "s", "i", "j", "t" ]); }; //# sourceMappingURL=bag14.js.map