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