UNPKG

@gfticket/common

Version:

An auth package to make micro-service authentication easy to integrate for other services

3 lines (2 loc) 165 B
import { Request, Response, NextFunction } from "express"; export declare const errorHandler: (err: Error, req: Request, res: Response, next: NextFunction) => void;