UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

3 lines 131 B
import { Request } from "express"; export declare function getIpAddress(req: Request): string; //# sourceMappingURL=get-ip.d.ts.map