Skip to content

Commit

Permalink
Export HelmetOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Jul 28, 2020
1 parent c813f91 commit 54525e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import xPermittedCrossDomainPolicies, {
import xPoweredBy from "./middlewares/x-powered-by";
import xXssProtection from "./middlewares/x-xss-protection";

interface HelmetOptions {
export interface HelmetOptions {
contentSecurityPolicy?: MiddlewareOption<ContentSecurityPolicyOptions>;
dnsPrefetchControl?: MiddlewareOption<XDnsPrefetchControlOptions>;
expectCt?: MiddlewareOption<ExpectCtOptions>;
Expand Down

0 comments on commit 54525e5

Please sign in to comment.