UNPKG

bot-guardian-js

Version:

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

8 lines (7 loc) 215 B
declare class DashboardApp { updateInterval: number; initialize(): Promise<void>; updateDashboard(): Promise<void>; updateMetrics(data: any): void; updateDetectionsList(detections: any): void; }