UNPKG

veloze

Version:

A modern and fast express-like webserver for the web

3 lines (2 loc) 143 B
export function remoteAddress(req: Request, isBehindProxy?: boolean): string | undefined; export type Request = import("../types.js").Request;