// Type definitions for forwarded 0.1 // Project: https://github.com/jshttp/forwarded // Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// import { IncomingMessage } from 'http'; export = forwarded; declare function forwarded(req: IncomingMessage): string[];