UNPKG

sipp

Version:

An Opinionated, High-Productivity MVC Web Framework in TypeScript

5 lines (4 loc) 267 B
import { BaseException } from './BaseException'; import { Request, Response } from 'express'; export declare const productionExceptionView: (reqId: string) => any; export declare const devExceptionView: (exception: BaseException, req: Request, res: Response) => any;