@hint/hint-validate-set-cookie-header
Version:
hint for best practices related to the usage of the Set-Cookie response header.
7 lines • 328 B
TypeScript
import { IHint } from 'hint/dist/src/lib/types';
import { HintContext } from 'hint/dist/src/lib/hint-context';
export default class ValidateSetCookieHeaderHint implements IHint {
static readonly meta: import("hint/dist/src/lib/types").HintMetadata;
constructor(context: HintContext);
}
//# sourceMappingURL=hint.d.ts.map