UNPKG

shogiops

Version:
6 lines 379 B
import type { Handicap } from './types.js'; export declare function findHandicaps(handicapOpt: Partial<Handicap>): Handicap[]; export declare function findHandicap(handicapOpt: Partial<Handicap>): Handicap | undefined; export declare function isHandicap(handicapOpt: Partial<Handicap>): boolean; export declare const handicaps: Handicap[]; //# sourceMappingURL=handicaps.d.ts.map