Skip to content

Instantly share code, notes, and snippets.

@mattmazzola
Created November 9, 2020 06:45
Show Gist options
  • Save mattmazzola/4c23d83873d1477927b5baf1c44649ac to your computer and use it in GitHub Desktop.
Save mattmazzola/4c23d83873d1477927b5baf1c44649ac to your computer and use it in GitHub Desktop.
Library entry point
export function createRatingSystem(kFactor: KFactorOption = 32, exponentDenominator: number = 400, exponentBase: number = 10): RatingSystem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment