niklasf / chessops

Chess and chess variant rules and operations in TypeScript
https://niklasf.github.io/chessops/
GNU General Public License v3.0
119 stars 35 forks source link

export rookCastlesTo #128

Closed eronnen closed 1 year ago

eronnen commented 1 year ago

exporting the rookCastlesTo function so it can be used along with kingCastlesTo

niklasf commented 1 year ago

Yay for consistency. Thanks!