UNPKG

@nodots-llc/backgammon-ai

Version:

AI and integration for nodots-backgammon using the @nodots-llc/gnubg-hints native addon.

3 lines 196 B
import { MoveAnalyzer } from './moveAnalyzers.js'; export declare function loadAnalyzersFromPluginsDir(pluginsDir: string): Record<string, MoveAnalyzer>; //# sourceMappingURL=pluginLoader.d.ts.map