UNPKG

wilks

Version:

Calculate wilks score, dots, one rep max and more. Wilks formula and Dots are primarily used in powerlifting contests to identify the best lifter across different weight classes.

7 lines 407 B
import type { Competition, Input } from "./types.ts"; export declare function wilks(input: Input): number; export declare function wilks2020(input: Input): number; export declare function dots(input: Input): number; export declare function ipf(input: Input, competition: Competition): number; export declare function ipfgl(input: Input, competition: Competition): number; //# sourceMappingURL=index.d.ts.map