UNPKG

bot-guardian-js

Version:

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

4 lines (3 loc) 220 B
export declare const validateTestPort: (port: number) => boolean; export declare const getAvailablePort: (startPort?: number) => Promise<number>; export declare const getTestPorts: (count?: number) => Promise<number[]>;