UNPKG

brasileirao

Version:

<p align="center"> <a href="https://github.com/godrix/brasileirao/actions"> <img src="https://img.shields.io/github/actions/workflow/status/godrix/brasileirao/publish.yml"/> </a> <a href="https://github.com/godrix/brasileirao"> <img src="htt

7 lines (6 loc) 227 B
interface WinPercentageOptions { pointsPerWin?: number; accuracy?: boolean; } export declare const calculateWinPercentage: (points: number, played: number, options?: WinPercentageOptions) => number | string; export {};