UNPKG

x-powered-by-random

Version:

Express Middleware that provides random X-Powered-By header.

8 lines (7 loc) 305 B
declare module "index" { export const xPowerList: string[]; export function xpbRandomSync(): string; export function xpbRandom(): Promise<string>; export function asyncXPBR(req: any, res: any, next: any): Promise<void>; export function syncXPBR(req: any, res: any, next: any): void; }