UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

8 lines (7 loc) 213 B
/** * Return ip and port information if defined in the header */ export declare function parseHeadersForClientAddress(headers: Record<string, string | string[]>): { ip: string; port: string | number; };