UNPKG

dino-express

Version:

DinO enabled REST framework based on express

12 lines (11 loc) 324 B
import { type EnvironmentConfiguration } from 'dino-core'; /** * The error handler used to define the express error handling behaviour * @public */ export declare class ErrorHandler { /** * Allows to get an instance of the error handler */ static instance(environment: EnvironmentConfiguration): any; }