UNPKG

@aikidosec/firewall

Version:

Zen by Aikido is an embedded Application Firewall that autonomously protects Node.js apps against common and critical attacks, provides rate limiting, detects malicious traffic (including bots), and more.

8 lines (7 loc) 252 B
/** * Check if the argument is treated as an options object by Node.js. * For checking if the argument can be used as options for a outgoing HTTP request. */ export declare function isOptionsObject(arg: any): arg is { [key: string]: unknown; };