UNPKG

fentastic

Version:

Validate and parse Forsyth-Edwards Notation (FEN) used to describe a chess game board position.

7 lines (6 loc) 196 B
export declare class InputError { message: string; argument: number; constructor(message: string, argument: number); } export declare const validateInputFen: (fen: unknown) => string;