react-healthy
Version:
Incrementally check and alert your users to the health of your APIs
14 lines (8 loc) • 375 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var index = require('./components/Healthy/index.js');
var index$1 = require('./pages/StatusPage/index.js');
var useHealthCheck = require('./hooks/useHealthCheck.js');
exports.Healthy = index.Healthy;
exports.StatusPage = index$1.StatusPage;
exports.useHealthCheck = useHealthCheck["default"];