@fluidware-it/healthz-server
Version:
Simple http server to expose an healthz endpoint
6 lines • 308 B
TypeScript
import { AddressInfo, checkFunction, HealthzServerOptions } from './types';
export declare class HealthzServer {
static start(opts?: HealthzServerOptions | checkFunction, healthCheck?: checkFunction): Promise<AddressInfo | null>;
static stop(): Promise<unknown>;
}
//# sourceMappingURL=index.d.ts.map