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.

8 lines 336 B
/** * Escapes a part of an identifier by replacing certain characters and trimming whitespace. * * @param {string} part - The part of the identifier to escape. * @returns {string} The escaped identifier part. */ export declare const escapeIdentifierPart: (part: string) => string; //# sourceMappingURL=escapeIdentifierPart.d.ts.map