@types/barbellweights
TypeScript icon, indicating that this package has built-in type declarations

0.4.4 • Public • Published

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

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: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/barbellweights

Weekly Downloads

0

Version

0.4.4

License

MIT

Unpacked Size

3.2 kB

Total Files

5

Last publish

Collaborators

  • types