UNPKG

@elsikora/nestjs-crud-automator

Version:

A library for automating the creation of CRUD operations in NestJS.

7 lines (6 loc) 219 B
/** * Creates a formatted error with the library prefix * @param {string} message - The error message * @returns {Error} The formatted error object */ export declare function ErrorException(message: string): Error;