UNPKG

@adonisjs/shield

Version:

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

3 lines (2 loc) 108 B
import type { HttpContext } from '@adonisjs/core/http'; export declare function noop(_: HttpContext): void;