UNPKG

@sectester/repeater

Version:

Package for managing repeaters, which are mandatory for scanning targets on a local network.

6 lines (5 loc) 201 B
import { Request, Response } from '../request-runner'; export interface RepeaterCommands { sendRequest(request: Request): Promise<Response>; } export declare const RepeaterCommands: unique symbol;