UNPKG

@ocubist/error-alchemy

Version:

A powerful Node.js error-handling-framework with custom error types for easy debugging, enhanced error management, strong zod-support and useful quality-of-life-functionality for asserting and validating values.

6 lines 228 B
import { Severity } from "./types"; export type SeverityDescriptionMap = { [K in Severity]: string; }; export declare const severityDescriptionMap: SeverityDescriptionMap; //# sourceMappingURL=severityDescriptionMap.d.ts.map