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

0.1.4 • Public • Published

Installation

npm install --save @types/express-healthcheck

Summary

This package contains type definitions for express-healthcheck (https://github.com/lennym/express-healthcheck).

Details

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

import { RequestHandler } from "express";

declare function expressHealthcheck(options?: {
    test?: ((err: Error) => void) | (() => Error);
    healthy?: () => any;
}): RequestHandler;

export = expressHealthcheck;

Additional Details

  • Last updated: Fri, 08 Mar 2024 17:07:21 GMT
  • Dependencies: @types/express

Credits

These definitions were written by Arian Meidow.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/express-healthcheck

Weekly Downloads

1,850

Version

0.1.4

License

MIT

Unpacked Size

3.16 kB

Total Files

5

Last publish

Collaborators

  • types