UNPKG
ee-ts-util
Version:
latest (14.1.7)
next (3.2.3)
14.1.7
14.1.2
14.1.1
14.1.0
14.0.0
13.1.1
13.1.0
13.0.0
12.3.1
12.3.0
12.2.0
12.1.0
12.0.0
11.0.0
10.9.1
10.7.1
10.6.1
10.5.1
10.4.1
10.4.0
10.3.0
10.2.0
10.1.4
10.1.3
10.1.2
10.1.0
10.0.1
10.0.0
9.3.1
9.3.0
9.2.0
9.1.0
9.0.0
8.0.2
8.0.1
8.0.0
7.2.0
7.1.0
7.0.0
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.0
3.4.0
3.3.0
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.2.2
2.2.1
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.4
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.3
1.1.2
1.1.0
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
typescript utilities and functions
github.com/EqualExperts/ts-util
EqualExperts/ts-util
ee-ts-util
/
lib
/
mongodb
/
healthCheck.d.ts
4 lines
(3 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
import
{
ServiceHealthCheckAdapter
}
from
"../healthCheck"
;
import
*
as
mongo
from
"mongodb"
;
export
declare
const
buildMongoHealthCheckAdapter
:
(
connection
: mongo.
Db
) =>
ServiceHealthCheckAdapter
;