3.0.4 • Published 5 months ago

@types/superagent-proxy v3.0.4

Weekly downloads
2,545
License
MIT
Repository
github
Last release
5 months ago

Installation

npm install --save @types/superagent-proxy

Summary

This package contains type definitions for superagent-proxy (https://github.com/TooTallNate/superagent-proxy#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent-proxy.

index.d.ts

// Type definitions for superagent-proxy 3.0
// Project: https://github.com/TooTallNate/superagent-proxy#readme
// Definitions by: Daniel Imhoff <https://github.com/dwieeb>
//                 Roh Rajendra <https://github.com/neurally>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

import * as superagent from 'superagent';

declare module 'superagent' {
    interface Request {
        proxy(url: string): this;
    }
}

declare function superagentProxy(s: superagent.SuperAgentStatic): void;

export = superagentProxy;

Additional Details

  • Last updated: Sat, 23 Oct 2021 05:31:20 GMT
  • Dependencies: @types/superagent
  • Global values: none

Credits

These definitions were written by Daniel Imhoff, and Roh Rajendra.

3.0.4

5 months ago

3.0.3

6 months ago

3.0.2

7 months ago

3.0.1

8 months ago

3.0.0

3 years ago

2.0.1

3 years ago

2.0.0

4 years ago