UNPKG

@metacall/faas

Version:

Reimplementation of MetaCall FaaS platform written in TypeScript.

4 lines (3 loc) 220 B
import { NextFunction, Request, Response } from 'express'; import { IAppError } from '../utils/appError'; export declare const globalError: (err: IAppError, req: Request, res: Response, _next: NextFunction) => Response;