first commit
This commit is contained in:
19
grafana/dashboards/requests/node_modules/sync-request/lib/index.js.flow
generated
vendored
Normal file
19
grafana/dashboards/requests/node_modules/sync-request/lib/index.js.flow
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
// @flow
|
||||
// Generated using flowgen2
|
||||
|
||||
import type {HttpVerb} from 'then-request';
|
||||
import type {Response} from 'then-request';
|
||||
import {URL} from 'url';
|
||||
import {FormData} from './FormData';
|
||||
import type {Options} from './Options';
|
||||
export type {HttpVerb};
|
||||
export type {Response};
|
||||
export type {Options};
|
||||
export {FormData};
|
||||
|
||||
declare function request(
|
||||
method: HttpVerb,
|
||||
url: string | URL,
|
||||
options?: Options,
|
||||
): Response;
|
||||
export default request;
|
||||
Reference in New Issue
Block a user