UNPKG

bot-guardian-js

Version:

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

6 lines (5 loc) 270 B
import { Server } from 'http'; export declare const setupTestServer: () => Promise<Server>; export declare const teardownTestServer: () => Promise<void>; export declare const getTestServer: () => Server | null; export declare const resetTestServer: () => Promise<void>;