UNPKG

farrow-helmet

Version:

Security middleware for Farrow HTTP applications that helps secure your web apps by setting various HTTP security headers

4 lines (3 loc) 160 B
import { HttpMiddleware } from 'farrow-http'; import { HelmetOptions } from 'helmet'; export declare const helmet: (options?: HelmetOptions) => HttpMiddleware;