Installation
npm install --save @types/forwarded
Summary
This package contains type definitions for forwarded (https://github.com/jshttp/forwarded).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/forwarded.
index.d.ts
// Type definitions for forwarded 0.1
// Project: https://github.com/jshttp/forwarded
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
import { IncomingMessage } from "http";
export = forwarded;
declare function forwarded(req: IncomingMessage): string[];
Additional Details
- Last updated: Thu, 14 Sep 2023 15:26:41 GMT
- Dependencies: @types/node
- Global values: none
Credits
These definitions were written by BendingBender.