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) 217 B
type Color = "red"; /** * Wraps text in ANSI escape codes if the terminal supports color. * Returns the text unstyled otherwise. */ export declare function colorText(color: Color, text: string): string; export {};