mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-04 21:19:53 +08:00
15 lines
402 B
TypeScript
15 lines
402 B
TypeScript
// Type definitions for superagent-prefix 0.0
|
|
// Project: https://github.com/johntron/superagent-prefix
|
|
// Definitions by: Michael Ledin <https://github.com/mxl>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.2
|
|
|
|
import * as request from 'superagent';
|
|
|
|
declare function plugin(prefix: string): request.Plugin;
|
|
|
|
declare namespace plugin {
|
|
}
|
|
|
|
export = plugin;
|