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

2 lines
87 B
TypeScript
Raw Normal View History

2022-04-18 21:42:20 +03:00
export declare const errorHandle: (error: any, req: any, res: any, next: any) => void;