0.4.4 • Published 6 months ago

@types/barbellweights v0.4.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/barbellweights

Summary

This package contains type definitions for barbellweights (https://github.com/toddhibbs/barbellweight#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/barbellweights.

index.d.ts

// Type definitions for barbellweights 0.4
// Project: https://github.com/toddhibbs/barbellweight#readme
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export interface options {
    program?: string | undefined;
    bar?: number | undefined;
    plates?: number[] | undefined;
    warmup_round_to?: number | undefined;
}

export class BarbellWeight {
    constructor(workingWeight: number, lift: string, options?: options);
    getResults(): any;
}

export namespace BarbellWeight {
    namespace BarbellWeight {
        function getResults(): void;
    }
}

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:19 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

0.4.4

6 months ago

0.4.3

7 months ago

0.4.2

2 years ago

0.4.1

3 years ago

0.4.0

6 years ago