UNPKG

@adonisjs/shield

Version:

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

6 lines (5 loc) 168 B
import type Configure from '@adonisjs/core/commands/configure'; /** * Configures the package */ export declare function configure(command: Configure): Promise<void>;