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.

12 lines 347 B
/** * Selector for severity levels. */ export declare const severitySelector: { readonly unimportant: "unimportant"; readonly minor: "minor"; readonly unexpected: "unexpected"; readonly critical: "critical"; readonly fatal: "fatal"; readonly catastrophic: "catastrophic"; }; //# sourceMappingURL=severitySelector.d.ts.map