UNPKG

@aikidosec/firewall

Version:

Zen by Aikido is an embedded Web Application Firewall that autonomously protects Node.js apps against common and critical attacks

10 lines (9 loc) 318 B
import { RequireInterceptor } from "./RequireInterceptor"; export declare class BuiltinModule { private readonly name; private requireInterceptors; constructor(name: string); getName(): string; onRequire(interceptor: RequireInterceptor): void; getRequireInterceptors(): RequireInterceptor[]; }