UNPKG

generic-min-max

Version:

This node.js module exports a generic min-max algorithm, alongside some implementations This package comes with full typescript support!

4 lines (3 loc) 107 B
import ChessGame from "./ChessGame"; import TicTacToe from "./TicTacToe"; export { TicTacToe, ChessGame };