binmat
Version:
binmat simulator
4 lines (3 loc) • 679 B
TypeScript
import type { Card, State } from "./shared";
export declare const Cards: Card[];
export declare function makeState(deck?: ("2&" | "2%" | "2+" | "2!" | "2^" | "2#" | "3&" | "3%" | "3+" | "3!" | "3^" | "3#" | "4&" | "4%" | "4+" | "4!" | "4^" | "4#" | "5&" | "5%" | "5+" | "5!" | "5^" | "5#" | "6&" | "6%" | "6+" | "6!" | "6^" | "6#" | "7&" | "7%" | "7+" | "7!" | "7^" | "7#" | "8&" | "8%" | "8+" | "8!" | "8^" | "8#" | "9&" | "9%" | "9+" | "9!" | "9^" | "9#" | "a&" | "a%" | "a+" | "a!" | "a^" | "a#" | "@&" | "@%" | "@+" | "@!" | "@^" | "@#" | "*&" | "*%" | "*+" | "*!" | "*^" | "*#" | "?&" | "?%" | "?+" | "?!" | "?^" | "?#" | ">&" | ">%" | ">+" | ">!" | ">^" | ">#")[]): State;