3.0.4 • Published 1 year ago
@types/superagent-proxy v3.0.4
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.