unified-error-handling
Version:
A lightweight, zero-dependency error handling library with dynamic adapter loading for multiple error tracking services
6 lines • 406 B
TypeScript
export { useErrorStore, useErrorHandler, useAsyncError, useAsyncOperation, useErrorTracking } from './hooks';
export { useComponentError, usePerformanceMonitor, useExtendedErrorHandler } from './hooks-extensions';
export { ErrorBoundary, type ErrorFallbackProps } from './error-boundary';
export { withErrorBoundary } from './with-error-boundary';
export * from './hoc';
//# sourceMappingURL=index.d.ts.map