mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
12 lines
357 B
TypeScript
12 lines
357 B
TypeScript
// Type definitions for superagent-no-cache 0.1
|
|
// Project: https://github.com/johntron/superagent-no-cache
|
|
// Definitions by: Michael Ledin <https://github.com/mxl>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.2
|
|
|
|
import * as request from 'superagent';
|
|
|
|
declare const plugin: request.Plugin;
|
|
|
|
export = plugin;
|