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
- Last updated: Thu, 21 Dec 2023 23:35:29 GMT
- Dependencies: @types/superagent
Credits
These definitions were written by Daniel Imhoff, and Roh Rajendra.