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.

9 lines 447 B
import { Synthesizer, SynthesizerMiddlewareChain } from "./types"; /** * Crafts a new error synthesizer with the given middleware chain. * * @param {SynthesizerMiddlewareChain} middlewareChain - The middleware chain of transmuters. * @returns {Synthesizer} The crafted synthesizer. */ export declare const craftErrorSynthesizer: (middlewareChain: SynthesizerMiddlewareChain) => Synthesizer; //# sourceMappingURL=craftErrorSynthesizer.d.ts.map