UNPKG

chess-tools

Version:

A collection of tools / libraries for programming chess applications.

10 lines (9 loc) 217 B
"use strict"; const Polyglot = require("./polyglot/index.js"); const CTG = require('./ctg/index.js'); const ABK = require('./abk/index.js'); module.exports = { 'Polyglot' : Polyglot, 'CTG' : CTG, 'ABK' : ABK };