npm install --save @types/forwarded
This package contains type definitions for forwarded (https://github.com/jshttp/forwarded).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/forwarded.
/// <reference types="node" />
import { IncomingMessage } from "http";
export = forwarded;
declare function forwarded(req: IncomingMessage): string[];
- Last updated: Sat, 07 Jun 2025 02:15:25 GMT
- Dependencies: @types/node
These definitions were written by BendingBender, and Sebastian Beltran.