diff --git a/node-health/src/index.ts b/node-health/src/index.ts index 0749868..ccd637d 100644 --- a/node-health/src/index.ts +++ b/node-health/src/index.ts @@ -1,2 +1,3 @@ export * from './liveness'; export * from './readiness'; +export * from './checks';