@hint/hint-http-cache
Version:
hint for HTTP caching related best practices
3 lines • 450 B
TypeScript
export declare type MessageName = 'description' | 'directiveInvalid' | 'directiveInvalidValue' | 'directiveNotRecomended' | 'name' | 'noCacheBustingPattern' | 'noHeaderFound' | 'staticNotImmutable' | 'staticResourceCacheValue' | 'targetShouldNotBeCached' | 'wrongCombination';
export declare const getMessage: (message: MessageName, language: string, substitutions?: string | string[] | undefined) => string;
//# sourceMappingURL=i18n.import.d.ts.map