UNPKG

glicko-ts

Version:

A TypeScript implementation of the Glicko-1 rating system.

6 lines (5 loc) 250 B
export { Glicko } from './glicko'; export type { Player } from './interfaces/player'; export type { Opponent } from './interfaces/opponent'; export type { Match } from './interfaces/match'; export type { GlickoConfig } from './config/glicko_config';