UNPKG

ee-ts-util

Version:

typescript utilities and functions

4 lines (3 loc) 198 B
import { ServiceHealthCheckAdapter } from "../healthCheck"; import * as mongo from "mongodb"; export declare const buildMongoHealthCheckAdapter: (connection: mongo.Db) => ServiceHealthCheckAdapter;