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.

13 lines (12 loc) 374 B
import type { Hooks } from "../agent/hooks/Hooks"; import type { Wrapper } from "../agent/Wrapper"; export declare class AiSDK implements Wrapper { private inspectAiCall; private isResult; private getProviderFromArgs; private getModelName; private getUsage; private getInterceptors; private getStreamInterceptors; wrap(hooks: Hooks): void; }