first commit
This commit is contained in:
11
grafana/dashboards/requests/node_modules/http-basic/lib/Callback.js.flow
generated
vendored
Normal file
11
grafana/dashboards/requests/node_modules/http-basic/lib/Callback.js.flow
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// @flow
|
||||
// Generated using flowgen2
|
||||
|
||||
const Response = require('http-response-object');
|
||||
|
||||
type Callback = (
|
||||
err: ErrnoError | null,
|
||||
response?: Response<stream$Readable>,
|
||||
) => void;
|
||||
|
||||
export type {Callback};
|
||||
Reference in New Issue
Block a user