ci-validation
Version:
🇺🇾 Complete TypeScript/JavaScript library for validating Uruguayan CI (Cédula de Identidad) with official algorithm and government service integration
12 lines • 426 B
TypeScript
import { NextFunction, Request, Response } from "express";
export declare class ErrorHandler {
/**
* Middleware para manejo global de errores
*/
static globalErrorHandler(error: Error, req: Request, res: Response, next: NextFunction): void;
/**
* Middleware para rutas no encontradas
*/
static notFoundHandler(req: Request, res: Response): void;
}
//# sourceMappingURL=errorHandler.d.ts.map