UNPKG

@sectester/scan

Version:

The package defines a simple public API to manage scans and their expectations.

7 lines (6 loc) 235 B
import { ScanException } from './ScanException'; import { ScanExceptionCode } from './ScanExceptionCode'; export declare class ScanTimedOut extends ScanException { get type(): ScanExceptionCode; constructor(timeout: number); }