red-coder-bh/dist/utils/error-handling.d.ts

2 lines
87 B
TypeScript

export declare const errorHandle: (error: any, req: any, res: any, next: any) => void;