UNPKG
@loopback/health
Version:
latest (0.15.6)
0.15.6
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.14
0.14.13
0.14.12
0.14.11
0.14.10
0.14.9
0.14.8
0.14.7
0.14.6
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.13.5
0.13.4
0.13.3
0.13.2
0.13.1
0.13.0
0.12.0
0.11.10
0.11.9
0.11.8
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
An extension exposes health check related endpoints with LoopBack 4
loopbackio/loopback-next
@loopback/health
/
dist
/
index.d.ts
10 lines
(9 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * A component to report health status using * {
@link
https://github.com/CloudNativeJS/cloud-health |
@cloudnative
/health }. * *
@packageDocumentation
*/
export
*
from
'./health.component'
;
export
*
from
'./keys'
;
export
*
from
'./types'
;