Files
DefinitelyTyped/types/superagent-no-cache/index.d.ts
2017-06-06 12:26:19 +03:00

12 lines
358 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;