UNPKG

unified-error-handling

Version:

A lightweight, zero-dependency error handling library with dynamic adapter loading for multiple error tracking services

3 lines 177 B
import type { NormalizedError } from '../store/types'; export declare function enrichError(error: NormalizedError): NormalizedError; //# sourceMappingURL=error-enricher.d.ts.map