UNPKG

@haelp/teto

Version:

A typescript-based controllable TETR.IO client.

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