UNPKG

@sectester/scan

Version:

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

2 lines (1 loc) 160 B
export type QueryParamsType = URLSearchParams | string | Record<string, string | readonly string[]> | Iterable<[string, string]> | readonly [string, string][];