UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

3 lines (2 loc) 179 B
import { NextFunction, Request, Response } from 'express'; export declare const localErrorHandler: (error: any, request: Request, response: Response, next: NextFunction) => void;