bot-guardian-js
Version:
A powerful bot detection and prevention library for Node.js applications
14 lines (13 loc) • 342 B
TypeScript
export declare const defaultConfig: {
endpoint: string;
trackingEnabled: boolean;
detectionThreshold: number;
trackingInterval: number;
bufferSize: number;
useTLS: boolean;
useBehavior: boolean;
threshold: number;
enableBehaviorAnalysis: boolean;
customRules: never[];
};
export default defaultConfig;