UNPKG

bot-guardian-js

Version:

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

3 lines (2 loc) 108 B
import { TLSAnalysis } from '../types'; export declare function analyzeTLS(req: any): Promise<TLSAnalysis>;