Files
red-coder-bh/dist/utils/error-handling.d.ts
T
2022-04-18 21:42:20 +03:00

2 lines
87 B
TypeScript

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