@hint/hint-http-cache
Version:
hint for HTTP caching related best practices
7 lines • 314 B
TypeScript
import { IHint } from 'hint/dist/src/lib/types';
import { HintContext } from 'hint/dist/src/lib/hint-context';
export default class HttpCacheHint implements IHint {
static readonly meta: import("hint/dist/src/lib/types").HintMetadata;
constructor(context: HintContext);
}
//# sourceMappingURL=hint.d.ts.map