react-healthy
Version:
Incrementally check and alert your users to the health of your APIs
8 lines (6 loc) • 404 B
text/typescript
export {default as Healthy} from './components/Healthy'
export {default as StatusPage} from './pages/StatusPage'
export {default as useHealthCheck} from './hooks/useHealthCheck'
export type {HealthyProps, HealthyConfig} from './components/Healthy'
export type {StatusPageProps, StatusPageConfig} from './pages/StatusPage'
export type {HealthCheckConfig, HealthCheckReturn} from './hooks/useHealthCheck'