UNPKG

ts-trueskill

Version:

Port of python trueskill package in TypeScript

6 lines (5 loc) 209 B
import { SkillGaussian } from './mathematics.js'; export declare class Rating extends SkillGaussian { constructor(mu?: number | SkillGaussian | [number, number], sigma?: number); toString(): string; }