@types/x-axios-progress-bar
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

Installation

npm install --save @types/x-axios-progress-bar

Summary

This package contains type definitions for x-axios-progress-bar (https://github.com/mszkb/progress-bar-4-axios#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/x-axios-progress-bar.

index.d.ts

import { AxiosInstance, AxiosRequestConfig } from "axios";

export function loadProgressBar(
    config?: AxiosRequestConfig,
    instance?: AxiosInstance,
): void;

declare module "axios" {
    interface AxiosRequestConfig {
        progress?: boolean | undefined;
    }
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: axios

Credits

These definitions were written by Claas Augner.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/x-axios-progress-bar

Weekly Downloads

326

Version

1.2.4

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • types