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

3.0.4 • Public • Published

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

import { SuperAgentStatic } from "superagent";

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

declare function superagentProxy(s: SuperAgentStatic): void;

export = superagentProxy;

Additional Details

Credits

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

Readme

Keywords

none

Package Sidebar

Install

npm i @types/superagent-proxy

Weekly Downloads

4,411

Version

3.0.4

License

MIT

Unpacked Size

3.36 kB

Total Files

5

Last publish

Collaborators

  • types