UNPKG

kubernetes-health

Version:

Helper library for implementing Kubernetes heath checks and graceful HTTP shutdown in Node applications

4 lines (3 loc) 80 B
export * from './graceful'; export * from './Health'; export * from './probes';