first commit
This commit is contained in:
16
grafana/dashboards/requests/node_modules/http-basic/lib/cache-control-utils.js.flow
generated
vendored
Normal file
16
grafana/dashboards/requests/node_modules/http-basic/lib/cache-control-utils.js.flow
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// @flow
|
||||
// Generated using flowgen2
|
||||
|
||||
import type {CachedResponse} from './CachedResponse';
|
||||
const Response = require('http-response-object');
|
||||
|
||||
type Policy = {maxage: number | null};
|
||||
export type {Policy};
|
||||
|
||||
declare function isCacheable<T>(res: Response<T> | CachedResponse): boolean;
|
||||
export {isCacheable};
|
||||
|
||||
declare function cachePolicy<T>(
|
||||
res: Response<T> | CachedResponse,
|
||||
): Policy | null;
|
||||
export {cachePolicy};
|
||||
Reference in New Issue
Block a user