Skip to content

Commit

Permalink
Update ImmutableRecord interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfish-shogi committed Dec 31, 2024
1 parent bda198d commit 4ad453e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ export interface ImmutableRecord {
readonly length: number;
readonly branchBegin: ImmutableNode;
readonly repetition: boolean;
getRepetitionCount(position: ImmutablePosition): number;
readonly perpetualCheck: Color | null;
readonly usi: string;
getUSI(opts?: USIFormatOptions): string;
Expand Down

0 comments on commit 4ad453e

Please sign in to comment.