Files
DefinitelyTyped/types/superagent-no-cache/index.d.ts
2017-08-20 15:37:53 -07:00

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;