UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

4 lines (3 loc) 170 B
import type { Request } from 'express'; import type { IncomingMessage } from 'http'; export declare function getIPFromReq(req: IncomingMessage | Request): string | null;