UNPKG

@adonisjs/shield

Version:

A middleware for AdonisJS to keep web applications secure from common web attacks

6 lines (5 loc) 170 B
import type { ShieldConfig } from './types.js'; /** * Define shield configuration */ export declare function defineConfig(config: Partial<ShieldConfig>): ShieldConfig;