UNPKG

glicko-ts

Version:

A TypeScript implementation of the Glicko-1 rating system.

7 lines (6 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Glicko = void 0; // Main Glicko Calculator Class: var glicko_1 = require("./glicko"); Object.defineProperty(exports, "Glicko", { enumerable: true, get: function () { return glicko_1.Glicko; } });