UNPKG

bot-guardian-js

Version:

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

3 lines (2 loc) 132 B
import { GuardianConfig } from '../types'; export declare function validateConfig(config: Partial<GuardianConfig>): GuardianConfig;