UNPKG

actionhero

Version:

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

8 lines (7 loc) 177 B
/** * Return ip and port information if defined in the header */ export declare function parseHeadersForClientAddress(headers: object): { ip: string; port: number; };