UNPKG

bot-guardian-js

Version:

A powerful bot detection and prevention library for Node.js applications

3 lines (2 loc) 168 B
import { Request, Response, NextFunction } from 'express'; export declare const guardianMiddleware: (req: Request, res: Response, next: NextFunction) => Promise<void>;