UNPKG

binmat

Version:
6 lines (5 loc) 248 B
import type { CardValue, Move } from "./shared"; import { CardSuit } from "./shared"; export declare const CardValues: CardValue[]; export declare const CardSuits: CardSuit[]; export declare function parseMove(move: string, extra?: boolean): Move;