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

1.2.6 • Public • Published

Installation

npm install --save @types/express-correlation-id

Summary

This package contains type definitions for express-correlation-id (https://github.com/toboid/express-correlation-id#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-correlation-id.

index.d.ts

import { RequestHandler } from "express-serve-static-core";

declare const correlator: {
    (options?: { header?: string | undefined }): RequestHandler;
    getId(): string | undefined;
};

export = correlator;

Additional Details

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/express-correlation-id

Weekly Downloads

13,096

Version

1.2.6

License

MIT

Unpacked Size

3.03 kB

Total Files

5

Last publish

Collaborators

  • types