Swap-Aggregator-Subgraph/node_modules/then-request/lib/index.js.flow
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

22 lines
618 B
Plaintext

// @flow
// Generated using flowgen2
const GenericResponse = require('http-response-object');
type IncomingHttpHeaders = Object;
import type {Options} from './Options';
import {ResponsePromise} from './ResponsePromise';
import type {RequestFn} from './RequestFn';
import type {HttpVerb} from 'http-basic';
const FormData = require('form-data');
type Response = GenericResponse<Buffer | string>;
export type {HttpVerb};
export type {IncomingHttpHeaders as Headers};
export type {Options};
export {ResponsePromise};
export type {Response};
export {FormData};
declare var _default: RequestFn;
export default _default;