@types/forwarded
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

Weekly Downloads

63,963

Version

0.1.1

License

MIT

Unpacked Size

3.4 kB

Total Files

5

Last publish

Collaborators

  • types