Skip to content

Files

Latest commit

8c61209 · Mar 8, 2024

History

History
18 lines (13 loc) · 388 Bytes

chess.ts.basestate.md

File metadata and controls

18 lines (13 loc) · 388 Bytes

Home > chess.ts > BaseState

BaseState type

Signature:

export type BaseState = {
    wtm: boolean;
    ep_square: number;
    half_moves: number;
    move_number: number;
    castling: number;
};