UNPKG

arrest

Version:

OpenAPI v3 compliant REST framework for Node.js, with support for MongoDB and JSON-Schema

9 lines (8 loc) 308 B
import { Response } from 'express'; export declare class RESTError extends Error { code: number; info?: any; originalError?: any; constructor(code: number, message?: string, info?: any, originalError?: any); static send(res: Response, code: number, message?: string, info?: any): void; }