UNPKG

wa-chat-server

Version:

Watson Assistant powered chat server

3 lines (2 loc) 169 B
import { Response, Request, NextFunction } from 'express'; export declare function handleParsingErrors(err: any, req: Request, res: Response, next: NextFunction): void;