UNPKG

@dcl/platform-server-commons

Version:
4 lines 365 B
import { IHttpServerComponent } from '@well-known-components/interfaces'; import { ComponentsWithLogger } from '../../types'; export declare function errorHandler(ctx: IHttpServerComponent.DefaultContext<ComponentsWithLogger>, next: () => Promise<IHttpServerComponent.IResponse>): Promise<IHttpServerComponent.IResponse>; //# sourceMappingURL=error-handler.d.ts.map