UNPKG

@hint/hint-no-disallowed-headers

Version:

hint that that checks if disallowed response headers are sent

7 lines 324 B
import { HintContext } from 'hint/dist/src/lib/hint-context'; import { IHint } from 'hint/dist/src/lib/types'; export default class NoDisallowedHeadersHint implements IHint { static readonly meta: import("hint/dist/src/lib/types").HintMetadata; constructor(context: HintContext); } //# sourceMappingURL=hint.d.ts.map