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.

7 lines (6 loc) 248 B
/** * Check if a feature that is behind a feature flag is enabled * This function is case-insensitive. * All feature flags are enabled by default in unit tests (using tap). */ export declare function isFeatureEnabled(feature: string): boolean;